Html Css Color HEX #CF7F02 Dark Goldenrod

📋 copy color: '#CF7F02'

red 207 ◦ green 127 ◦ blue 2

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

Shades of Dark Goldenrod #CF7F02

Tints of Dark Goldenrod #CF7F02

RGB

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

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

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

R = 61.61%
G = 37.8%
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

#CF7F02 (or 0xCF7F02) is known color: Dark Goldenrod. HEX triplet: CF, 7F and 02. RGB value is (207,127,2). Sum of RGB (Red+Green+Blue) = 207+127+2=336 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.61% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7F02 is #3080FD. Grayscale: #898989. Windows color (decimal): -3178750 or 163791. OLE color: 163791.

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

Color convert

RGB 207 127 2 -
CMYK 0 0.39 0.99 0.19
HSL 36.59º 0.98% 0.41% -
HSV(B) 36.59º 0.99% 0.81% -
XYZ 33.33 28.45 3.79 -
YUV 136.67 52 178.16 -
System Red Green Blue C M Y K H S L
Decimal 207 127 2 0 0.39 0.99 0.19 36.59 0.98 0.41
Hex CF 7F 2 0 27 63 13 25 62 29
Octal 317 177 2 0 47 143 23 45 142 51
Binary 11001111 1111111 10 0 100111 1100011 10011 100101 1100010 101001

Color Harmonies of #CF7F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7F02

Black with #CF7F02

Text Example


Text Example

White with #CF7F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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