Html Css Color HEX #CF8932 Dixie

📋 copy color: '#CF8932'

red 207 ◦ green 137 ◦ blue 50

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

Shades of Dixie #CF8932

Tints of Dixie #CF8932

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.77%

 BLUE value IS 50 (19.92% from 255) = 12.69%

R = 52.54%
G = 34.77%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CF8932 (or 0xCF8932) is known color: Dixie. HEX triplet: CF, 89 and 32. RGB value is (207,137,50). Sum of RGB (Red+Green+Blue) = 207+137+50=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 50 (19.92% from 255 or 12.69% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8932 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8932 is #3076CD. Grayscale: #949494. Windows color (decimal): -3176142 or 3312079. OLE color: 3312079.

HSL color Cylindrical-coordinate representation of color #CF8932: hue angle of 33.25º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF8932 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 137 50 -
CMYK 0 0.34 0.76 0.19
HSL 33.25º 0.62% 0.5% -
HSV(B) 33.25º 0.76% 0.81% -
XYZ 35.25 31.39 7.22 -
YUV 148.01 72.69 170.07 -
System Red Green Blue C M Y K H S L
Decimal 207 137 50 0 0.34 0.76 0.19 33.25 0.62 0.5
Hex CF 89 32 0 22 4C 13 21 3E 32
Octal 317 211 62 0 42 114 23 41 76 62
Binary 11001111 10001001 110010 0 100010 1001100 10011 100001 111110 110010

Color Harmonies of #CF8932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8932

Black with #CF8932

Text Example


Text Example

White with #CF8932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8932; }

 p { color: rgb(207,137,50); }

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

background-color css

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

 a { background-color: rgb(207,137,50); }

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

border-color css

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

 span { border-color: rgb(207,137,50); }

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