Html Css Color HEX #CF8434 Dixie

📋 copy color: '#CF8434'

red 207 ◦ green 132 ◦ blue 52

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

Shades of Dixie #CF8434

Tints of Dixie #CF8434

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.76%

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

R = 52.94%
G = 33.76%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CF8434 (or 0xCF8434) is known color: Dixie. HEX triplet: CF, 84 and 34. RGB value is (207,132,52). Sum of RGB (Red+Green+Blue) = 207+132+52=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 52 (20.70% from 255 or 13.30% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8434 is #307BCB. Grayscale: #919191. Windows color (decimal): -3177420 or 3441871. OLE color: 3441871.

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

Color convert

RGB 207 132 52 -
CMYK 0 0.36 0.75 0.19
HSL 30.97º 0.62% 0.51% -
HSV(B) 30.97º 0.75% 0.81% -
XYZ 34.6 30.02 7.22 -
YUV 145.31 75.35 172 -
System Red Green Blue C M Y K H S L
Decimal 207 132 52 0 0.36 0.75 0.19 30.97 0.62 0.51
Hex CF 84 34 0 24 4B 13 1F 3E 33
Octal 317 204 64 0 44 113 23 37 76 63
Binary 11001111 10000100 110100 0 100100 1001011 10011 11111 111110 110011

Color Harmonies of #CF8434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8434

Black with #CF8434

Text Example


Text Example

White with #CF8434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8434; }

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

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

background-color css

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

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

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

border-color css

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

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

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