Html Css Color HEX #CF7D04 Dark Goldenrod

📋 copy color: '#CF7D04'

red 207 ◦ green 125 ◦ blue 4

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

Shades of Dark Goldenrod #CF7D04

Tints of Dark Goldenrod #CF7D04

RGB

 RED value IS 207 (81.25% from 255) = 61.61%

 GREEN value IS 125 (49.22% from 255) = 37.2%

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

R = 61.61%
G = 37.2%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CF7D04 (or 0xCF7D04) is known color: Dark Goldenrod. HEX triplet: CF, 7D and 04. RGB value is (207,125,4). Sum of RGB (Red+Green+Blue) = 207+125+4=336 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.61% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 4 (1.95% from 255 or 1.19% from 336); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7D04 is #3082FB. Grayscale: #888888. Windows color (decimal): -3179260 or 294351. OLE color: 294351.

HSL color Cylindrical-coordinate representation of color #CF7D04: hue angle of 35.76º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF7D04 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 125 4 -
CMYK 0 0.40 0.98 0.19
HSL 35.76º 0.96% 0.41% -
HSV(B) 35.76º 0.98% 0.81% -
XYZ 33.09 27.94 3.76 -
YUV 135.72 53.67 178.84 -
System Red Green Blue C M Y K H S L
Decimal 207 125 4 0 0.40 0.98 0.19 35.76 0.96 0.41
Hex CF 7D 4 0 28 62 13 24 60 29
Octal 317 175 4 0 50 142 23 44 140 51
Binary 11001111 1111101 100 0 101000 1100010 10011 100100 1100000 101001

Color Harmonies of #CF7D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7D04

Black with #CF7D04

Text Example


Text Example

White with #CF7D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7D04; }

 p { color: rgb(207,125,4); }

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

background-color css

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

 a { background-color: rgb(207,125,4); }

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

border-color css

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

 span { border-color: rgb(207,125,4); }

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