Html Css Color HEX #CB8A17 Dark Goldenrod

📋 copy color: '#CB8A17'

red 203 ◦ green 138 ◦ blue 23

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

Shades of Dark Goldenrod #CB8A17

Tints of Dark Goldenrod #CB8A17

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.91%

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

R = 55.77%
G = 37.91%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CB8A17 (or 0xCB8A17) is known color: Dark Goldenrod. HEX triplet: CB, 8A and 17. RGB value is (203,138,23). Sum of RGB (Red+Green+Blue) = 203+138+23=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 23 (9.38% from 255 or 6.32% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8A17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8A17 is #3475E8. Grayscale: #909090. Windows color (decimal): -3438057 or 1542859. OLE color: 1542859.

HSL color Cylindrical-coordinate representation of color #CB8A17: hue angle of 38.33º 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 #CB8A17 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 138 23 -
CMYK 0 0.32 0.89 0.20
HSL 38.33º 0.8% 0.44% -
HSV(B) 38.33º 0.89% 0.8% -
XYZ 33.87 30.94 5 -
YUV 144.33 59.53 169.85 -
System Red Green Blue C M Y K H S L
Decimal 203 138 23 0 0.32 0.89 0.20 38.33 0.8 0.44
Hex CB 8A 17 0 20 59 14 26 50 2C
Octal 313 212 27 0 40 131 24 46 120 54
Binary 11001011 10001010 10111 0 100000 1011001 10100 100110 1010000 101100

Color Harmonies of #CB8A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8A17

Black with #CB8A17

Text Example


Text Example

White with #CB8A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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