Html Css Color HEX #CF7D07 Dark Goldenrod

📋 copy color: '#CF7D07'

red 207 ◦ green 125 ◦ blue 7

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

Shades of Dark Goldenrod #CF7D07

Tints of Dark Goldenrod #CF7D07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.06%

R = 61.06%
G = 36.87%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CF7D07 (or 0xCF7D07) is known color: Dark Goldenrod. HEX triplet: CF, 7D and 07. RGB value is (207,125,7). Sum of RGB (Red+Green+Blue) = 207+125+7=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 7 (3.12% from 255 or 2.06% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7D07 is #3082F8. Grayscale: #888888. Windows color (decimal): -3179257 or 490959. OLE color: 490959.

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

Color convert

RGB 207 125 7 -
CMYK 0 0.40 0.97 0.19
HSL 35.4º 0.93% 0.42% -
HSV(B) 35.4º 0.97% 0.81% -
XYZ 33.1 27.95 3.85 -
YUV 136.07 55.17 178.59 -
System Red Green Blue C M Y K H S L
Decimal 207 125 7 0 0.40 0.97 0.19 35.4 0.93 0.42
Hex CF 7D 7 0 28 61 13 23 5D 2A
Octal 317 175 7 0 50 141 23 43 135 52
Binary 11001111 1111101 111 0 101000 1100001 10011 100011 1011101 101010

Color Harmonies of #CF7D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7D07

Black with #CF7D07

Text Example


Text Example

White with #CF7D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7D07; }

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

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

background-color css

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

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

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

border-color css

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

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

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