Html Css Color HEX #CF8427 Dixie

📋 copy color: '#CF8427'

red 207 ◦ green 132 ◦ blue 39

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

Shades of Dixie #CF8427

Tints of Dixie #CF8427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.32%

R = 54.76%
G = 34.92%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF8427 (or 0xCF8427) is known color: Dixie. HEX triplet: CF, 84 and 27. RGB value is (207,132,39). Sum of RGB (Red+Green+Blue) = 207+132+39=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 39 (15.62% from 255 or 10.32% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8427 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8427 is #307BD8. Grayscale: #909090. Windows color (decimal): -3177433 or 2589903. OLE color: 2589903.

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

Color convert

RGB 207 132 39 -
CMYK 0 0.36 0.81 0.19
HSL 33.21º 0.68% 0.48% -
HSV(B) 33.21º 0.81% 0.81% -
XYZ 34.35 29.91 5.88 -
YUV 143.82 68.85 173.06 -
System Red Green Blue C M Y K H S L
Decimal 207 132 39 0 0.36 0.81 0.19 33.21 0.68 0.48
Hex CF 84 27 0 24 51 13 21 44 30
Octal 317 204 47 0 44 121 23 41 104 60
Binary 11001111 10000100 100111 0 100100 1010001 10011 100001 1000100 110000

Color Harmonies of #CF8427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8427

Black with #CF8427

Text Example


Text Example

White with #CF8427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8427; }

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

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

background-color css

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

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

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

border-color css

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

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

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