Html Css Color HEX #CB9605 Dark Goldenrod

📋 copy color: '#CB9605'

red 203 ◦ green 150 ◦ blue 5

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

Shades of Dark Goldenrod #CB9605

Tints of Dark Goldenrod #CB9605

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.9%

 BLUE value IS 5 (2.34% from 255) = 1.4%

R = 56.7%
G = 41.9%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CB9605 (or 0xCB9605) is known color: Dark Goldenrod. HEX triplet: CB, 96 and 05. RGB value is (203,150,5). Sum of RGB (Red+Green+Blue) = 203+150+5=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 5 (2.34% from 255 or 1.40% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9605 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9605 is #3469FA. Grayscale: #959595. Windows color (decimal): -3435003 or 366283. OLE color: 366283.

HSL color Cylindrical-coordinate representation of color #CB9605: hue angle of 43.94º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB9605 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 150 5 -
CMYK 0 0.26 0.98 0.20
HSL 43.94º 0.95% 0.41% -
HSV(B) 43.94º 0.98% 0.8% -
XYZ 35.56 34.52 4.93 -
YUV 149.32 46.56 166.29 -
System Red Green Blue C M Y K H S L
Decimal 203 150 5 0 0.26 0.98 0.20 43.94 0.95 0.41
Hex CB 96 5 0 1A 62 14 2C 5F 29
Octal 313 226 5 0 32 142 24 54 137 51
Binary 11001011 10010110 101 0 11010 1100010 10100 101100 1011111 101001

Color Harmonies of #CB9605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9605

Black with #CB9605

Text Example


Text Example

White with #CB9605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9605; }

 p { color: rgb(203,150,5); }

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

background-color css

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

 a { background-color: rgb(203,150,5); }

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

border-color css

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

 span { border-color: rgb(203,150,5); }

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