Html Css Color HEX #CF7E02 Dark Goldenrod

📋 copy color: '#CF7E02'

red 207 ◦ green 126 ◦ blue 2

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

Shades of Dark Goldenrod #CF7E02

Tints of Dark Goldenrod #CF7E02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 61.79%
G = 37.61%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CF7E02 (or 0xCF7E02) is known color: Dark Goldenrod. HEX triplet: CF, 7E and 02. RGB value is (207,126,2). Sum of RGB (Red+Green+Blue) = 207+126+2=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 126 (49.61% from 255 or 37.61% from 335); Blue value is 2 (1.17% from 255 or 0.60% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7E02 is #3081FD. Grayscale: #888888. Windows color (decimal): -3179006 or 163535. OLE color: 163535.

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

Color convert

RGB 207 126 2 -
CMYK 0 0.39 0.99 0.19
HSL 36.29º 0.98% 0.41% -
HSV(B) 36.29º 0.99% 0.81% -
XYZ 33.2 28.19 3.75 -
YUV 136.08 52.34 178.58 -
System Red Green Blue C M Y K H S L
Decimal 207 126 2 0 0.39 0.99 0.19 36.29 0.98 0.41
Hex CF 7E 2 0 27 63 13 24 62 29
Octal 317 176 2 0 47 143 23 44 142 51
Binary 11001111 1111110 10 0 100111 1100011 10011 100100 1100010 101001

Color Harmonies of #CF7E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7E02

Black with #CF7E02

Text Example


Text Example

White with #CF7E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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