Html Css Color HEX #CF8402 Dark Goldenrod

📋 copy color: '#CF8402'

red 207 ◦ green 132 ◦ blue 2

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

Shades of Dark Goldenrod #CF8402

Tints of Dark Goldenrod #CF8402

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.71%

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

R = 60.7%
G = 38.71%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CF8402 (or 0xCF8402) is known color: Dark Goldenrod. HEX triplet: CF, 84 and 02. RGB value is (207,132,2). Sum of RGB (Red+Green+Blue) = 207+132+2=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8402 is #307BFD. Grayscale: #8C8C8C. Windows color (decimal): -3177470 or 165071. OLE color: 165071.

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

Color convert

RGB 207 132 2 -
CMYK 0 0.36 0.99 0.19
HSL 38.05º 0.98% 0.41% -
HSV(B) 38.05º 0.99% 0.81% -
XYZ 33.99 29.77 4.01 -
YUV 139.61 50.35 176.07 -
System Red Green Blue C M Y K H S L
Decimal 207 132 2 0 0.36 0.99 0.19 38.05 0.98 0.41
Hex CF 84 2 0 24 63 13 26 62 29
Octal 317 204 2 0 44 143 23 46 142 51
Binary 11001111 10000100 10 0 100100 1100011 10011 100110 1100010 101001

Color Harmonies of #CF8402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8402

Black with #CF8402

Text Example


Text Example

White with #CF8402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8402; }

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

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

background-color css

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

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

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

border-color css

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

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

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