Html Css Color HEX #DF8930 California

📋 copy color: '#DF8930'

red 223 ◦ green 137 ◦ blue 48

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

Shades of California #DF8930

Tints of California #DF8930

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.58%

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

R = 54.66%
G = 33.58%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF8930 (or 0xDF8930) is known color: California. HEX triplet: DF, 89 and 30. RGB value is (223,137,48). Sum of RGB (Red+Green+Blue) = 223+137+48=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 48 (19.14% from 255 or 11.76% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8930 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8930 is #2076CF. Grayscale: #999999. Windows color (decimal): -2127568 or 3181023. OLE color: 3181023.

HSL color Cylindrical-coordinate representation of color #DF8930: hue angle of 30.51º 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 #DF8930 is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 137 48 -
CMYK 0 0.39 0.78 0.13
HSL 30.51º 0.73% 0.53% -
HSV(B) 30.51º 0.78% 0.87% -
XYZ 39.91 33.79 7.22 -
YUV 152.57 68.99 178.24 -
System Red Green Blue C M Y K H S L
Decimal 223 137 48 0 0.39 0.78 0.13 30.51 0.73 0.53
Hex DF 89 30 0 27 4E D 1F 49 35
Octal 337 211 60 0 47 116 15 37 111 65
Binary 11011111 10001001 110000 0 100111 1001110 1101 11111 1001001 110101

Color Harmonies of #DF8930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8930

Black with #DF8930

Text Example


Text Example

White with #DF8930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8930; }

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

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

background-color css

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

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

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

border-color css

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

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

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