Html Css Color HEX #CF7F04 Dark Goldenrod

📋 copy color: '#CF7F04'

red 207 ◦ green 127 ◦ blue 4

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

Shades of Dark Goldenrod #CF7F04

Tints of Dark Goldenrod #CF7F04

RGB

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

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

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

R = 61.24%
G = 37.57%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CF7F04 (or 0xCF7F04) is known color: Dark Goldenrod. HEX triplet: CF, 7F and 04. RGB value is (207,127,4). Sum of RGB (Red+Green+Blue) = 207+127+4=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 4 (1.95% from 255 or 1.18% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7F04 is #3080FB. Grayscale: #898989. Windows color (decimal): -3178748 or 294863. OLE color: 294863.

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

Color convert

RGB 207 127 4 -
CMYK 0 0.39 0.98 0.19
HSL 36.35º 0.96% 0.41% -
HSV(B) 36.35º 0.98% 0.81% -
XYZ 33.34 28.45 3.85 -
YUV 136.9 53 178 -
System Red Green Blue C M Y K H S L
Decimal 207 127 4 0 0.39 0.98 0.19 36.35 0.96 0.41
Hex CF 7F 4 0 27 62 13 24 60 29
Octal 317 177 4 0 47 142 23 44 140 51
Binary 11001111 1111111 100 0 100111 1100010 10011 100100 1100000 101001

Color Harmonies of #CF7F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7F04

Black with #CF7F04

Text Example


Text Example

White with #CF7F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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