Html Css Color HEX #CF8A28 Dixie

📋 copy color: '#CF8A28'

red 207 ◦ green 138 ◦ blue 40

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

Shades of Dixie #CF8A28

Tints of Dixie #CF8A28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.39%

R = 53.77%
G = 35.84%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF8A28 (or 0xCF8A28) is known color: Dixie. HEX triplet: CF, 8A and 28. RGB value is (207,138,40). Sum of RGB (Red+Green+Blue) = 207+138+40=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 40 (16.02% from 255 or 10.39% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8A28 is #3075D7. Grayscale: #939393. Windows color (decimal): -3175896 or 2656975. OLE color: 2656975.

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

Color convert

RGB 207 138 40 -
CMYK 0 0.33 0.81 0.19
HSL 35.21º 0.68% 0.48% -
HSV(B) 35.21º 0.81% 0.81% -
XYZ 35.2 31.6 6.25 -
YUV 147.46 67.36 170.47 -
System Red Green Blue C M Y K H S L
Decimal 207 138 40 0 0.33 0.81 0.19 35.21 0.68 0.48
Hex CF 8A 28 0 21 51 13 23 44 30
Octal 317 212 50 0 41 121 23 43 104 60
Binary 11001111 10001010 101000 0 100001 1010001 10011 100011 1000100 110000

Color Harmonies of #CF8A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8A28

Black with #CF8A28

Text Example


Text Example

White with #CF8A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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