Html Css Color HEX #CF8423 Dixie

📋 copy color: '#CF8423'

red 207 ◦ green 132 ◦ blue 35

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

Shades of Dixie #CF8423

Tints of Dixie #CF8423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.36%

R = 55.35%
G = 35.29%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CF8423 (or 0xCF8423) is known color: Dixie. HEX triplet: CF, 84 and 23. RGB value is (207,132,35). Sum of RGB (Red+Green+Blue) = 207+132+35=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 35 (14.06% from 255 or 9.36% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8423 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8423 is #307BDC. Grayscale: #8F8F8F. Windows color (decimal): -3177437 or 2327759. OLE color: 2327759.

HSL color Cylindrical-coordinate representation of color #CF8423: hue angle of 33.84º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF8423 is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 132 35 -
CMYK 0 0.36 0.83 0.19
HSL 33.84º 0.71% 0.47% -
HSV(B) 33.84º 0.83% 0.81% -
XYZ 34.29 29.89 5.55 -
YUV 143.37 66.85 173.39 -
System Red Green Blue C M Y K H S L
Decimal 207 132 35 0 0.36 0.83 0.19 33.84 0.71 0.47
Hex CF 84 23 0 24 53 13 22 47 2F
Octal 317 204 43 0 44 123 23 42 107 57
Binary 11001111 10000100 100011 0 100100 1010011 10011 100010 1000111 101111

Color Harmonies of #CF8423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8423

Black with #CF8423

Text Example


Text Example

White with #CF8423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8423; }

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

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

background-color css

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

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

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

border-color css

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

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

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