Html Css Color HEX #CF8A2D Dixie

📋 copy color: '#CF8A2D'

red 207 ◦ green 138 ◦ blue 45

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

Shades of Dixie #CF8A2D

Tints of Dixie #CF8A2D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.38%

 BLUE value IS 45 (17.97% from 255) = 11.54%

R = 53.08%
G = 35.38%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CF8A2D (or 0xCF8A2D) is known color: Dixie. HEX triplet: CF, 8A and 2D. RGB value is (207,138,45). Sum of RGB (Red+Green+Blue) = 207+138+45=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 45 (17.97% from 255 or 11.54% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8A2D is #3075D2. Grayscale: #949494. Windows color (decimal): -3175891 or 2984655. OLE color: 2984655.

HSL color Cylindrical-coordinate representation of color #CF8A2D: hue angle of 34.44º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF8A2D is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 138 45 -
CMYK 0 0.33 0.78 0.19
HSL 34.44º 0.64% 0.49% -
HSV(B) 34.44º 0.78% 0.81% -
XYZ 35.29 31.63 6.73 -
YUV 148.03 69.86 170.06 -
System Red Green Blue C M Y K H S L
Decimal 207 138 45 0 0.33 0.78 0.19 34.44 0.64 0.49
Hex CF 8A 2D 0 21 4E 13 22 40 31
Octal 317 212 55 0 41 116 23 42 100 61
Binary 11001111 10001010 101101 0 100001 1001110 10011 100010 1000000 110001

Color Harmonies of #CF8A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8A2D

Black with #CF8A2D

Text Example


Text Example

White with #CF8A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8A2D; }

 p { color: rgb(207,138,45); }

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

background-color css

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

 a { background-color: rgb(207,138,45); }

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

border-color css

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

 span { border-color: rgb(207,138,45); }

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