Html Css Color HEX #CF7C06 Dark Goldenrod

📋 copy color: '#CF7C06'

red 207 ◦ green 124 ◦ blue 6

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

Shades of Dark Goldenrod #CF7C06

Tints of Dark Goldenrod #CF7C06

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.8%

 BLUE value IS 6 (2.73% from 255) = 1.78%

R = 61.42%
G = 36.8%
B = 1.78%

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

#CF7C06 (or 0xCF7C06) is known color: Dark Goldenrod. HEX triplet: CF, 7C and 06. RGB value is (207,124,6). Sum of RGB (Red+Green+Blue) = 207+124+6=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 6 (2.73% from 255 or 1.78% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7C06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7C06 is #3083F9. Grayscale: #878787. Windows color (decimal): -3179514 or 425167. OLE color: 425167.

HSL color Cylindrical-coordinate representation of color #CF7C06: hue angle of 35.22º degrees, saturation: 0.94, 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 #CF7C06 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 124 6 -
CMYK 0 0.40 0.97 0.19
HSL 35.22º 0.94% 0.42% -
HSV(B) 35.22º 0.97% 0.81% -
XYZ 32.97 27.69 3.78 -
YUV 135.37 55 179.09 -
System Red Green Blue C M Y K H S L
Decimal 207 124 6 0 0.40 0.97 0.19 35.22 0.94 0.42
Hex CF 7C 6 0 28 61 13 23 5E 2A
Octal 317 174 6 0 50 141 23 43 136 52
Binary 11001111 1111100 110 0 101000 1100001 10011 100011 1011110 101010

Color Harmonies of #CF7C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7C06

Black with #CF7C06

Text Example


Text Example

White with #CF7C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7C06; }

 p { color: rgb(207,124,6); }

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

background-color css

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

 a { background-color: rgb(207,124,6); }

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

border-color css

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

 span { border-color: rgb(207,124,6); }

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