Html Css Color HEX #CF8933 Dixie

📋 copy color: '#CF8933'

red 207 ◦ green 137 ◦ blue 51

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

Shades of Dixie #CF8933

Tints of Dixie #CF8933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.91%

R = 52.41%
G = 34.68%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CF8933 (or 0xCF8933) is known color: Dixie. HEX triplet: CF, 89 and 33. RGB value is (207,137,51). Sum of RGB (Red+Green+Blue) = 207+137+51=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 51 (20.31% from 255 or 12.91% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8933 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8933 is #3076CC. Grayscale: #949494. Windows color (decimal): -3176141 or 3377615. OLE color: 3377615.

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

Color convert

RGB 207 137 51 -
CMYK 0 0.34 0.75 0.19
HSL 33.08º 0.62% 0.51% -
HSV(B) 33.08º 0.75% 0.81% -
XYZ 35.28 31.4 7.33 -
YUV 148.13 73.19 169.99 -
System Red Green Blue C M Y K H S L
Decimal 207 137 51 0 0.34 0.75 0.19 33.08 0.62 0.51
Hex CF 89 33 0 22 4B 13 21 3E 33
Octal 317 211 63 0 42 113 23 41 76 63
Binary 11001111 10001001 110011 0 100010 1001011 10011 100001 111110 110011

Color Harmonies of #CF8933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8933

Black with #CF8933

Text Example


Text Example

White with #CF8933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8933; }

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

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

background-color css

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

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

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

border-color css

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

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

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