Html Css Color HEX #DF8A30 California

📋 copy color: '#DF8A30'

red 223 ◦ green 138 ◦ blue 48

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

Shades of California #DF8A30

Tints of California #DF8A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.74%

R = 54.52%
G = 33.74%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF8A30 (or 0xDF8A30) is known color: California. HEX triplet: DF, 8A and 30. RGB value is (223,138,48). Sum of RGB (Red+Green+Blue) = 223+138+48=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 48 (19.14% from 255 or 11.74% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8A30 is #2075CF. Grayscale: #999999. Windows color (decimal): -2127312 or 3181279. OLE color: 3181279.

HSL color Cylindrical-coordinate representation of color #DF8A30: hue angle of 30.86º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF8A30 is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 138 48 -
CMYK 0 0.38 0.78 0.13
HSL 30.86º 0.73% 0.53% -
HSV(B) 30.86º 0.78% 0.87% -
XYZ 40.05 34.08 7.26 -
YUV 153.16 68.66 177.82 -
System Red Green Blue C M Y K H S L
Decimal 223 138 48 0 0.38 0.78 0.13 30.86 0.73 0.53
Hex DF 8A 30 0 26 4E D 1F 49 35
Octal 337 212 60 0 46 116 15 37 111 65
Binary 11011111 10001010 110000 0 100110 1001110 1101 11111 1001001 110101

Color Harmonies of #DF8A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8A30

Black with #DF8A30

Text Example


Text Example

White with #DF8A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8A30; }

 p { color: rgb(223,138,48); }

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

background-color css

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

 a { background-color: rgb(223,138,48); }

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

border-color css

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

 span { border-color: rgb(223,138,48); }

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