Html Css Color HEX #CB9704 Dark Goldenrod

📋 copy color: '#CB9704'

red 203 ◦ green 151 ◦ blue 4

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

Shades of Dark Goldenrod #CB9704

Tints of Dark Goldenrod #CB9704

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.18%

 BLUE value IS 4 (1.95% from 255) = 1.12%

R = 56.7%
G = 42.18%
B = 1.12%

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

#CB9704 (or 0xCB9704) is known color: Dark Goldenrod. HEX triplet: CB, 97 and 04. RGB value is (203,151,4). Sum of RGB (Red+Green+Blue) = 203+151+4=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 151 (59.38% from 255 or 42.18% from 358); Blue value is 4 (1.95% from 255 or 1.12% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9704 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9704 is #3468FB. Grayscale: #969696. Windows color (decimal): -3434748 or 301003. OLE color: 301003.

HSL color Cylindrical-coordinate representation of color #CB9704: hue angle of 44.32º degrees, saturation: 0.96, 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 #CB9704 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 151 4 -
CMYK 0 0.26 0.98 0.20
HSL 44.32º 0.96% 0.41% -
HSV(B) 44.32º 0.98% 0.8% -
XYZ 35.72 34.84 4.96 -
YUV 149.79 45.73 165.95 -
System Red Green Blue C M Y K H S L
Decimal 203 151 4 0 0.26 0.98 0.20 44.32 0.96 0.41
Hex CB 97 4 0 1A 62 14 2C 60 29
Octal 313 227 4 0 32 142 24 54 140 51
Binary 11001011 10010111 100 0 11010 1100010 10100 101100 1100000 101001

Color Harmonies of #CB9704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9704

Black with #CB9704

Text Example


Text Example

White with #CB9704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9704; }

 p { color: rgb(203,151,4); }

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

background-color css

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

 a { background-color: rgb(203,151,4); }

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

border-color css

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

 span { border-color: rgb(203,151,4); }

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