Html Css Color HEX #CB9607 Dark Goldenrod

📋 copy color: '#CB9607'

red 203 ◦ green 150 ◦ blue 7

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

Shades of Dark Goldenrod #CB9607

Tints of Dark Goldenrod #CB9607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.94%

R = 56.39%
G = 41.67%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#CB9607 (or 0xCB9607) is known color: Dark Goldenrod. HEX triplet: CB, 96 and 07. RGB value is (203,150,7). Sum of RGB (Red+Green+Blue) = 203+150+7=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 7 (3.12% from 255 or 1.94% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9607 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9607 is #3469F8. Grayscale: #969696. Windows color (decimal): -3435001 or 497355. OLE color: 497355.

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

Color convert

RGB 203 150 7 -
CMYK 0 0.26 0.97 0.20
HSL 43.78º 0.93% 0.41% -
HSV(B) 43.78º 0.97% 0.8% -
XYZ 35.57 34.52 4.99 -
YUV 149.55 47.56 166.13 -
System Red Green Blue C M Y K H S L
Decimal 203 150 7 0 0.26 0.97 0.20 43.78 0.93 0.41
Hex CB 96 7 0 1A 61 14 2C 5D 29
Octal 313 226 7 0 32 141 24 54 135 51
Binary 11001011 10010110 111 0 11010 1100001 10100 101100 1011101 101001

Color Harmonies of #CB9607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9607

Black with #CB9607

Text Example


Text Example

White with #CB9607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9607; }

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

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

background-color css

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

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

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

border-color css

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

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

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