Html Css Color HEX #CF8C03 Dark Goldenrod

📋 copy color: '#CF8C03'

red 207 ◦ green 140 ◦ blue 3

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

Shades of Dark Goldenrod #CF8C03

Tints of Dark Goldenrod #CF8C03

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40%

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

R = 59.14%
G = 40%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CF8C03 (or 0xCF8C03) is known color: Dark Goldenrod. HEX triplet: CF, 8C and 03. RGB value is (207,140,3). Sum of RGB (Red+Green+Blue) = 207+140+3=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 3 (1.56% from 255 or 0.86% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8C03 is #3073FC. Grayscale: #919191. Windows color (decimal): -3175421 or 232655. OLE color: 232655.

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

Color convert

RGB 207 140 3 -
CMYK 0 0.32 0.99 0.19
HSL 40.29º 0.97% 0.41% -
HSV(B) 40.29º 0.99% 0.81% -
XYZ 35.13 32.03 4.42 -
YUV 144.42 48.2 172.64 -
System Red Green Blue C M Y K H S L
Decimal 207 140 3 0 0.32 0.99 0.19 40.29 0.97 0.41
Hex CF 8C 3 0 20 63 13 28 61 29
Octal 317 214 3 0 40 143 23 50 141 51
Binary 11001111 10001100 11 0 100000 1100011 10011 101000 1100001 101001

Color Harmonies of #CF8C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8C03

Black with #CF8C03

Text Example


Text Example

White with #CF8C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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