Html Css Color HEX #CF8A01 Dark Goldenrod

📋 copy color: '#CF8A01'

red 207 ◦ green 138 ◦ blue 1

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

Shades of Dark Goldenrod #CF8A01

Tints of Dark Goldenrod #CF8A01

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.88%

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 59.83%
G = 39.88%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CF8A01 (or 0xCF8A01) is known color: Dark Goldenrod. HEX triplet: CF, 8A and 01. RGB value is (207,138,1). Sum of RGB (Red+Green+Blue) = 207+138+1=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 1 (0.78% from 255 or 0.29% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8A01 is #3075FE. Grayscale: #8F8F8F. Windows color (decimal): -3175935 or 101071. OLE color: 101071.

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

Color convert

RGB 207 138 1 -
CMYK 0 0.33 1.00 0.19
HSL 39.9º 0.99% 0.41% -
HSV(B) 39.9º 1% 0.81% -
XYZ 34.83 31.44 4.26 -
YUV 143.01 47.86 173.64 -
System Red Green Blue C M Y K H S L
Decimal 207 138 1 0 0.33 1.00 0.19 39.9 0.99 0.41
Hex CF 8A 1 0 21 64 13 28 63 29
Octal 317 212 1 0 41 144 23 50 143 51
Binary 11001111 10001010 1 0 100001 1100100 10011 101000 1100011 101001

Color Harmonies of #CF8A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8A01

Black with #CF8A01

Text Example


Text Example

White with #CF8A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8A01; }

 p { color: rgb(207,138,1); }

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

background-color css

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

 a { background-color: rgb(207,138,1); }

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

border-color css

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

 span { border-color: rgb(207,138,1); }

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