Html Css Color HEX #CF7F03 Dark Goldenrod

📋 copy color: '#CF7F03'

red 207 ◦ green 127 ◦ blue 3

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

Shades of Dark Goldenrod #CF7F03

Tints of Dark Goldenrod #CF7F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.89%

R = 61.42%
G = 37.69%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CF7F03 (or 0xCF7F03) is known color: Dark Goldenrod. HEX triplet: CF, 7F and 03. RGB value is (207,127,3). Sum of RGB (Red+Green+Blue) = 207+127+3=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 3 (1.56% from 255 or 0.89% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7F03 is #3080FC. Grayscale: #898989. Windows color (decimal): -3178749 or 229327. OLE color: 229327.

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

Color convert

RGB 207 127 3 -
CMYK 0 0.39 0.99 0.19
HSL 36.47º 0.97% 0.41% -
HSV(B) 36.47º 0.99% 0.81% -
XYZ 33.34 28.45 3.82 -
YUV 136.78 52.5 178.08 -
System Red Green Blue C M Y K H S L
Decimal 207 127 3 0 0.39 0.99 0.19 36.47 0.97 0.41
Hex CF 7F 3 0 27 63 13 24 61 29
Octal 317 177 3 0 47 143 23 44 141 51
Binary 11001111 1111111 11 0 100111 1100011 10011 100100 1100001 101001

Color Harmonies of #CF7F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7F03

Black with #CF7F03

Text Example


Text Example

White with #CF7F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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