Html Css Color HEX #CF7F05 Dark Goldenrod

📋 copy color: '#CF7F05'

red 207 ◦ green 127 ◦ blue 5

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

Shades of Dark Goldenrod #CF7F05

Tints of Dark Goldenrod #CF7F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.47%

R = 61.06%
G = 37.46%
B = 1.47%

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

#CF7F05 (or 0xCF7F05) is known color: Dark Goldenrod. HEX triplet: CF, 7F and 05. RGB value is (207,127,5). Sum of RGB (Red+Green+Blue) = 207+127+5=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 5 (2.34% from 255 or 1.47% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7F05 is #3080FA. Grayscale: #898989. Windows color (decimal): -3178747 or 360399. OLE color: 360399.

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

Color convert

RGB 207 127 5 -
CMYK 0 0.39 0.98 0.19
HSL 36.24º 0.95% 0.42% -
HSV(B) 36.24º 0.98% 0.81% -
XYZ 33.35 28.46 3.88 -
YUV 137.01 53.5 177.92 -
System Red Green Blue C M Y K H S L
Decimal 207 127 5 0 0.39 0.98 0.19 36.24 0.95 0.42
Hex CF 7F 5 0 27 62 13 24 5F 2A
Octal 317 177 5 0 47 142 23 44 137 52
Binary 11001111 1111111 101 0 100111 1100010 10011 100100 1011111 101010

Color Harmonies of #CF7F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7F05

Black with #CF7F05

Text Example


Text Example

White with #CF7F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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