Html Css Color HEX #CB7704 Dark Goldenrod

📋 copy color: '#CB7704'

red 203 ◦ green 119 ◦ blue 4

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

Shades of Dark Goldenrod #CB7704

Tints of Dark Goldenrod #CB7704

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.5%

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

R = 62.27%
G = 36.5%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CB7704 (or 0xCB7704) is known color: Dark Goldenrod. HEX triplet: CB, 77 and 04. RGB value is (203,119,4). Sum of RGB (Red+Green+Blue) = 203+119+4=326 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.27% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 4 (1.95% from 255 or 1.23% from 326); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7704 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7704 is #3488FB. Grayscale: #838383. Windows color (decimal): -3442940 or 292811. OLE color: 292811.

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

Color convert

RGB 203 119 4 -
CMYK 0 0.41 0.98 0.20
HSL 34.67º 0.96% 0.41% -
HSV(B) 34.67º 0.98% 0.8% -
XYZ 31.25 25.9 3.47 -
YUV 131.01 56.33 179.35 -
System Red Green Blue C M Y K H S L
Decimal 203 119 4 0 0.41 0.98 0.20 34.67 0.96 0.41
Hex CB 77 4 0 29 62 14 23 60 29
Octal 313 167 4 0 51 142 24 43 140 51
Binary 11001011 1110111 100 0 101001 1100010 10100 100011 1100000 101001

Color Harmonies of #CB7704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7704

Black with #CB7704

Text Example


Text Example

White with #CB7704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7704; }

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

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

background-color css

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

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

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

border-color css

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

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

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