Html Css Color HEX #CF7F01 Dark Goldenrod

📋 copy color: '#CF7F01'

red 207 ◦ green 127 ◦ blue 1

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

Shades of Dark Goldenrod #CF7F01

Tints of Dark Goldenrod #CF7F01

RGB

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

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

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

R = 61.79%
G = 37.91%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CF7F01 (or 0xCF7F01) is known color: Dark Goldenrod. HEX triplet: CF, 7F and 01. RGB value is (207,127,1). Sum of RGB (Red+Green+Blue) = 207+127+1=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 127 (50% from 255 or 37.91% from 335); Blue value is 1 (0.78% from 255 or 0.30% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7F01 is #3080FE. Grayscale: #898989. Windows color (decimal): -3178751 or 98255. OLE color: 98255.

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

Color convert

RGB 207 127 1 -
CMYK 0 0.39 1.00 0.19
HSL 36.7º 0.99% 0.41% -
HSV(B) 36.7º 1% 0.81% -
XYZ 33.33 28.45 3.76 -
YUV 136.56 51.5 178.25 -
System Red Green Blue C M Y K H S L
Decimal 207 127 1 0 0.39 1.00 0.19 36.7 0.99 0.41
Hex CF 7F 1 0 27 64 13 25 63 29
Octal 317 177 1 0 47 144 23 45 143 51
Binary 11001111 1111111 1 0 100111 1100100 10011 100101 1100011 101001

Color Harmonies of #CF7F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7F01

Black with #CF7F01

Text Example


Text Example

White with #CF7F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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