Html Css Color HEX #CF9002 Dark Goldenrod

📋 copy color: '#CF9002'

red 207 ◦ green 144 ◦ blue 2

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

Shades of Dark Goldenrod #CF9002

Tints of Dark Goldenrod #CF9002

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.79%

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

R = 58.64%
G = 40.79%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CF9002 (or 0xCF9002) is known color: Dark Goldenrod. HEX triplet: CF, 90 and 02. RGB value is (207,144,2). Sum of RGB (Red+Green+Blue) = 207+144+2=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 2 (1.17% from 255 or 0.57% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9002 is #306FFD. Grayscale: #939393. Windows color (decimal): -3174398 or 168143. OLE color: 168143.

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

Color convert

RGB 207 144 2 -
CMYK 0 0.30 0.99 0.19
HSL 41.56º 0.98% 0.41% -
HSV(B) 41.56º 0.99% 0.81% -
XYZ 35.72 33.22 4.59 -
YUV 146.65 46.37 171.05 -
System Red Green Blue C M Y K H S L
Decimal 207 144 2 0 0.30 0.99 0.19 41.56 0.98 0.41
Hex CF 90 2 0 1E 63 13 2A 62 29
Octal 317 220 2 0 36 143 23 52 142 51
Binary 11001111 10010000 10 0 11110 1100011 10011 101010 1100010 101001

Color Harmonies of #CF9002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9002

Black with #CF9002

Text Example


Text Example

White with #CF9002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9002; }

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

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

background-color css

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

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

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

border-color css

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

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

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