Html Css Color HEX #CB8917 Dark Goldenrod

📋 copy color: '#CB8917'

red 203 ◦ green 137 ◦ blue 23

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

Shades of Dark Goldenrod #CB8917

Tints of Dark Goldenrod #CB8917

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.74%

 BLUE value IS 23 (9.38% from 255) = 6.34%

R = 55.92%
G = 37.74%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CB8917 (or 0xCB8917) is known color: Dark Goldenrod. HEX triplet: CB, 89 and 17. RGB value is (203,137,23). Sum of RGB (Red+Green+Blue) = 203+137+23=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 23 (9.38% from 255 or 6.34% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8917 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8917 is #3476E8. Grayscale: #909090. Windows color (decimal): -3438313 or 1542603. OLE color: 1542603.

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

Color convert

RGB 203 137 23 -
CMYK 0 0.33 0.89 0.20
HSL 38º 0.8% 0.44% -
HSV(B) 38º 0.89% 0.8% -
XYZ 33.73 30.65 4.95 -
YUV 143.74 59.87 170.27 -
System Red Green Blue C M Y K H S L
Decimal 203 137 23 0 0.33 0.89 0.20 38 0.8 0.44
Hex CB 89 17 0 21 59 14 26 50 2C
Octal 313 211 27 0 41 131 24 46 120 54
Binary 11001011 10001001 10111 0 100001 1011001 10100 100110 1010000 101100

Color Harmonies of #CB8917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8917

Black with #CB8917

Text Example


Text Example

White with #CB8917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8917; }

 p { color: rgb(203,137,23); }

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

background-color css

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

 a { background-color: rgb(203,137,23); }

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

border-color css

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

 span { border-color: rgb(203,137,23); }

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