Html Css Color HEX #CF7E05 Dark Goldenrod

📋 copy color: '#CF7E05'

red 207 ◦ green 126 ◦ blue 5

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

Shades of Dark Goldenrod #CF7E05

Tints of Dark Goldenrod #CF7E05

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.28%

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

R = 61.24%
G = 37.28%
B = 1.48%

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

#CF7E05 (or 0xCF7E05) is known color: Dark Goldenrod. HEX triplet: CF, 7E and 05. RGB value is (207,126,5). Sum of RGB (Red+Green+Blue) = 207+126+5=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 5 (2.34% from 255 or 1.48% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7E05 is #3081FA. Grayscale: #888888. Windows color (decimal): -3179003 or 360143. OLE color: 360143.

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

Color convert

RGB 207 126 5 -
CMYK 0 0.39 0.98 0.19
HSL 35.94º 0.95% 0.42% -
HSV(B) 35.94º 0.98% 0.81% -
XYZ 33.22 28.2 3.84 -
YUV 136.43 53.84 178.34 -
System Red Green Blue C M Y K H S L
Decimal 207 126 5 0 0.39 0.98 0.19 35.94 0.95 0.42
Hex CF 7E 5 0 27 62 13 24 5F 2A
Octal 317 176 5 0 47 142 23 44 137 52
Binary 11001111 1111110 101 0 100111 1100010 10011 100100 1011111 101010

Color Harmonies of #CF7E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7E05

Black with #CF7E05

Text Example


Text Example

White with #CF7E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7E05; }

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

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

background-color css

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

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

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

border-color css

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

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

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