Html Css Color HEX #CD880F Dark Goldenrod

📋 copy color: '#CD880F'

red 205 ◦ green 136 ◦ blue 15

#CD880F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #CD880F

Tints of Dark Goldenrod #CD880F

RGB

 RED value IS 205 (80.47% from 255) = 57.58%

 GREEN value IS 136 (53.52% from 255) = 38.2%

 BLUE value IS 15 (6.25% from 255) = 4.21%

R = 57.58%
G = 38.2%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CD880F (or 0xCD880F) is known color: Dark Goldenrod. HEX triplet: CD, 88 and 0F. RGB value is (205,136,15). Sum of RGB (Red+Green+Blue) = 205+136+15=356 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.58% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 15 (6.25% from 255 or 4.21% from 356); Max value from RGB is 205 - color contains mainly: red. Hex color #CD880F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD880F is #3277F0. Grayscale: #8F8F8F. Windows color (decimal): -3307505 or 1018061. OLE color: 1018061.

HSL color Cylindrical-coordinate representation of color #CD880F: hue angle of 38.21º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD880F is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 136 15 -
CMYK 0 0.34 0.93 0.20
HSL 38.21º 0.86% 0.43% -
HSV(B) 38.21º 0.93% 0.8% -
XYZ 34.07 30.62 4.57 -
YUV 142.84 55.86 172.34 -
System Red Green Blue C M Y K H S L
Decimal 205 136 15 0 0.34 0.93 0.20 38.21 0.86 0.43
Hex CD 88 F 0 22 5D 14 26 56 2B
Octal 315 210 17 0 42 135 24 46 126 53
Binary 11001101 10001000 1111 0 100010 1011101 10100 100110 1010110 101011

Color Harmonies of #CD880F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD880F

Black with #CD880F

Text Example


Text Example

White with #CD880F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD880F; }

 p { color: rgb(205,136,15); }

 H1.HeaderClassName
 {
   color: #CD880F;
 }
 .AnyTagClassName
 {
   color: #CD880F;
 }
</style>

background-color css

<style>
 a { background-color: #CD880F; }

 a { background-color: rgb(205,136,15); }

 div.DivClassName
 {
   background-color: #CD880F;
 }
 .BgClassName
 {
   background-color: #CD880F;
 }
</style>

border-color css

<style>
 span { border-color: #CD880F; }

 span { border-color: rgb(205,136,15); }

 td.TdClassName
 {
   border-color: #CD880F;
 }
 .TagClassName
 {
   border-color: #CD880F;
 }
</style>