Html Css Color HEX #DF8C38 California

📋 copy color: '#DF8C38'

red 223 ◦ green 140 ◦ blue 56

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

Shades of California #DF8C38

Tints of California #DF8C38

RGB

 RED value IS 223 (87.5% from 255) = 53.22%

 GREEN value IS 140 (55.08% from 255) = 33.41%

 BLUE value IS 56 (22.27% from 255) = 13.37%

R = 53.22%
G = 33.41%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DF8C38 (or 0xDF8C38) is known color: California. HEX triplet: DF, 8C and 38. RGB value is (223,140,56). Sum of RGB (Red+Green+Blue) = 223+140+56=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 56 (22.27% from 255 or 13.37% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8C38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8C38 is #2073C7. Grayscale: #9B9B9B. Windows color (decimal): -2126792 or 3706079. OLE color: 3706079.

HSL color Cylindrical-coordinate representation of color #DF8C38: hue angle of 30.18º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF8C38 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 140 56 -
CMYK 0 0.37 0.75 0.13
HSL 30.18º 0.72% 0.55% -
HSV(B) 30.18º 0.75% 0.87% -
XYZ 40.52 34.73 8.31 -
YUV 155.24 72 176.33 -
System Red Green Blue C M Y K H S L
Decimal 223 140 56 0 0.37 0.75 0.13 30.18 0.72 0.55
Hex DF 8C 38 0 25 4B D 1E 48 37
Octal 337 214 70 0 45 113 15 36 110 67
Binary 11011111 10001100 111000 0 100101 1001011 1101 11110 1001000 110111

Color Harmonies of #DF8C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8C38

Black with #DF8C38

Text Example


Text Example

White with #DF8C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8C38; }

 p { color: rgb(223,140,56); }

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

background-color css

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

 a { background-color: rgb(223,140,56); }

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

border-color css

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

 span { border-color: rgb(223,140,56); }

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