Html Css Color HEX #CF8F03 Dark Goldenrod

📋 copy color: '#CF8F03'

red 207 ◦ green 143 ◦ blue 3

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

Shades of Dark Goldenrod #CF8F03

Tints of Dark Goldenrod #CF8F03

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.51%

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

R = 58.64%
G = 40.51%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CF8F03 (or 0xCF8F03) is known color: Dark Goldenrod. HEX triplet: CF, 8F and 03. RGB value is (207,143,3). Sum of RGB (Red+Green+Blue) = 207+143+3=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 143 (56.25% from 255 or 40.51% from 353); Blue value is 3 (1.56% from 255 or 0.85% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8F03 is #3070FC. Grayscale: #929292. Windows color (decimal): -3174653 or 233423. OLE color: 233423.

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

Color convert

RGB 207 143 3 -
CMYK 0 0.31 0.99 0.19
HSL 41.18º 0.97% 0.41% -
HSV(B) 41.18º 0.99% 0.81% -
XYZ 35.57 32.92 4.56 -
YUV 146.18 47.2 171.38 -
System Red Green Blue C M Y K H S L
Decimal 207 143 3 0 0.31 0.99 0.19 41.18 0.97 0.41
Hex CF 8F 3 0 1F 63 13 29 61 29
Octal 317 217 3 0 37 143 23 51 141 51
Binary 11001111 10001111 11 0 11111 1100011 10011 101001 1100001 101001

Color Harmonies of #CF8F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8F03

Black with #CF8F03

Text Example


Text Example

White with #CF8F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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