Html Css Color HEX #CF8834 Dixie

📋 copy color: '#CF8834'

red 207 ◦ green 136 ◦ blue 52

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

Shades of Dixie #CF8834

Tints of Dixie #CF8834

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.43%

 BLUE value IS 52 (20.7% from 255) = 13.16%

R = 52.41%
G = 34.43%
B = 13.16%

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

#CF8834 (or 0xCF8834) is known color: Dixie. HEX triplet: CF, 88 and 34. RGB value is (207,136,52). Sum of RGB (Red+Green+Blue) = 207+136+52=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 52 (20.70% from 255 or 13.16% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8834 is #3077CB. Grayscale: #949494. Windows color (decimal): -3176396 or 3442895. OLE color: 3442895.

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

Color convert

RGB 207 136 52 -
CMYK 0 0.34 0.75 0.19
HSL 32.52º 0.62% 0.51% -
HSV(B) 32.52º 0.75% 0.81% -
XYZ 35.16 31.12 7.4 -
YUV 147.65 74.02 170.33 -
System Red Green Blue C M Y K H S L
Decimal 207 136 52 0 0.34 0.75 0.19 32.52 0.62 0.51
Hex CF 88 34 0 22 4B 13 21 3E 33
Octal 317 210 64 0 42 113 23 41 76 63
Binary 11001111 10001000 110100 0 100010 1001011 10011 100001 111110 110011

Color Harmonies of #CF8834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8834

Black with #CF8834

Text Example


Text Example

White with #CF8834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8834; }

 p { color: rgb(207,136,52); }

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

background-color css

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

 a { background-color: rgb(207,136,52); }

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

border-color css

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

 span { border-color: rgb(207,136,52); }

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