Html Css Color HEX #CB8614 Dark Goldenrod

📋 copy color: '#CB8614'

red 203 ◦ green 134 ◦ blue 20

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

Shades of Dark Goldenrod #CB8614

Tints of Dark Goldenrod #CB8614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.6%

R = 56.86%
G = 37.54%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB8614 (or 0xCB8614) is known color: Dark Goldenrod. HEX triplet: CB, 86 and 14. RGB value is (203,134,20). Sum of RGB (Red+Green+Blue) = 203+134+20=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8614 is #3479EB. Grayscale: #8E8E8E. Windows color (decimal): -3439084 or 1345227. OLE color: 1345227.

HSL color Cylindrical-coordinate representation of color #CB8614: hue angle of 37.38º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB8614 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 134 20 -
CMYK 0 0.34 0.90 0.20
HSL 37.38º 0.82% 0.44% -
HSV(B) 37.38º 0.9% 0.8% -
XYZ 33.28 29.8 4.66 -
YUV 141.64 59.36 171.77 -
System Red Green Blue C M Y K H S L
Decimal 203 134 20 0 0.34 0.90 0.20 37.38 0.82 0.44
Hex CB 86 14 0 22 5A 14 25 52 2C
Octal 313 206 24 0 42 132 24 45 122 54
Binary 11001011 10000110 10100 0 100010 1011010 10100 100101 1010010 101100

Color Harmonies of #CB8614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8614

Black with #CB8614

Text Example


Text Example

White with #CB8614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8614; }

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

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

background-color css

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

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

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

border-color css

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

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

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