Html Css Color HEX #CB8612 Dark Goldenrod

📋 copy color: '#CB8612'

red 203 ◦ green 134 ◦ blue 18

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

Shades of Dark Goldenrod #CB8612

Tints of Dark Goldenrod #CB8612

RGB

 RED value IS 203 (79.69% from 255) = 57.18%

 GREEN value IS 134 (52.73% from 255) = 37.75%

 BLUE value IS 18 (7.42% from 255) = 5.07%

R = 57.18%
G = 37.75%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CB8612 (or 0xCB8612) is known color: Dark Goldenrod. HEX triplet: CB, 86 and 12. RGB value is (203,134,18). Sum of RGB (Red+Green+Blue) = 203+134+18=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 18 (7.42% from 255 or 5.07% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8612 is #3479ED. Grayscale: #8D8D8D. Windows color (decimal): -3439086 or 1214155. OLE color: 1214155.

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

Color convert

RGB 203 134 18 -
CMYK 0 0.34 0.91 0.20
HSL 37.62º 0.84% 0.43% -
HSV(B) 37.62º 0.91% 0.8% -
XYZ 33.26 29.79 4.57 -
YUV 141.41 58.36 171.93 -
System Red Green Blue C M Y K H S L
Decimal 203 134 18 0 0.34 0.91 0.20 37.62 0.84 0.43
Hex CB 86 12 0 22 5B 14 26 54 2B
Octal 313 206 22 0 42 133 24 46 124 53
Binary 11001011 10000110 10010 0 100010 1011011 10100 100110 1010100 101011

Color Harmonies of #CB8612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8612

Black with #CB8612

Text Example


Text Example

White with #CB8612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8612; }

 p { color: rgb(203,134,18); }

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

background-color css

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

 a { background-color: rgb(203,134,18); }

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

border-color css

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

 span { border-color: rgb(203,134,18); }

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