Html Css Color HEX #CF8303 Dark Goldenrod

📋 copy color: '#CF8303'

red 207 ◦ green 131 ◦ blue 3

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

Shades of Dark Goldenrod #CF8303

Tints of Dark Goldenrod #CF8303

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.42%

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

R = 60.7%
G = 38.42%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CF8303 (or 0xCF8303) is known color: Dark Goldenrod. HEX triplet: CF, 83 and 03. RGB value is (207,131,3). Sum of RGB (Red+Green+Blue) = 207+131+3=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 3 (1.56% from 255 or 0.88% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8303 is #307CFC. Grayscale: #8B8B8B. Windows color (decimal): -3177725 or 230351. OLE color: 230351.

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

Color convert

RGB 207 131 3 -
CMYK 0 0.37 0.99 0.19
HSL 37.65º 0.97% 0.41% -
HSV(B) 37.65º 0.99% 0.81% -
XYZ 33.86 29.5 4 -
YUV 139.13 51.18 176.41 -
System Red Green Blue C M Y K H S L
Decimal 207 131 3 0 0.37 0.99 0.19 37.65 0.97 0.41
Hex CF 83 3 0 25 63 13 26 61 29
Octal 317 203 3 0 45 143 23 46 141 51
Binary 11001111 10000011 11 0 100101 1100011 10011 100110 1100001 101001

Color Harmonies of #CF8303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8303

Black with #CF8303

Text Example


Text Example

White with #CF8303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8303; }

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

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

background-color css

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

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

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

border-color css

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

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

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