Html Css Color HEX #CB7F04 Dark Goldenrod

📋 copy color: '#CB7F04'

red 203 ◦ green 127 ◦ blue 4

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

Shades of Dark Goldenrod #CB7F04

Tints of Dark Goldenrod #CB7F04

RGB

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

 GREEN value IS 127 (50% from 255) = 38.02%

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

R = 60.78%
G = 38.02%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CB7F04 (or 0xCB7F04) is known color: Dark Goldenrod. HEX triplet: CB, 7F and 04. RGB value is (203,127,4). Sum of RGB (Red+Green+Blue) = 203+127+4=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 127 (50% from 255 or 38.02% from 334); Blue value is 4 (1.95% from 255 or 1.20% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7F04 is #3480FB. Grayscale: #888888. Windows color (decimal): -3440892 or 294859. OLE color: 294859.

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

Color convert

RGB 203 127 4 -
CMYK 0 0.37 0.98 0.20
HSL 37.09º 0.96% 0.41% -
HSV(B) 37.09º 0.98% 0.8% -
XYZ 32.24 27.88 3.8 -
YUV 135.7 53.68 176 -
System Red Green Blue C M Y K H S L
Decimal 203 127 4 0 0.37 0.98 0.20 37.09 0.96 0.41
Hex CB 7F 4 0 25 62 14 25 60 29
Octal 313 177 4 0 45 142 24 45 140 51
Binary 11001011 1111111 100 0 100101 1100010 10100 100101 1100000 101001

Color Harmonies of #CB7F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7F04

Black with #CB7F04

Text Example


Text Example

White with #CB7F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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