Html Css Color HEX #CF8002 Dark Goldenrod

📋 copy color: '#CF8002'

red 207 ◦ green 128 ◦ blue 2

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

Shades of Dark Goldenrod #CF8002

Tints of Dark Goldenrod #CF8002

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.98%

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

R = 61.42%
G = 37.98%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CF8002 (or 0xCF8002) is known color: Dark Goldenrod. HEX triplet: CF, 80 and 02. RGB value is (207,128,2). Sum of RGB (Red+Green+Blue) = 207+128+2=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 2 (1.17% from 255 or 0.59% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8002 is #307FFD. Grayscale: #898989. Windows color (decimal): -3178494 or 164047. OLE color: 164047.

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

Color convert

RGB 207 128 2 -
CMYK 0 0.38 0.99 0.19
HSL 36.88º 0.98% 0.41% -
HSV(B) 36.88º 0.99% 0.81% -
XYZ 33.46 28.71 3.84 -
YUV 137.26 51.67 177.75 -
System Red Green Blue C M Y K H S L
Decimal 207 128 2 0 0.38 0.99 0.19 36.88 0.98 0.41
Hex CF 80 2 0 26 63 13 25 62 29
Octal 317 200 2 0 46 143 23 45 142 51
Binary 11001111 10000000 10 0 100110 1100011 10011 100101 1100010 101001

Color Harmonies of #CF8002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8002

Black with #CF8002

Text Example


Text Example

White with #CF8002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8002; }

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

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

background-color css

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

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

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

border-color css

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

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

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