Html Css Color HEX #DF8933 California

📋 copy color: '#DF8933'

red 223 ◦ green 137 ◦ blue 51

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

Shades of California #DF8933

Tints of California #DF8933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.41%

R = 54.26%
G = 33.33%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DF8933 (or 0xDF8933) is known color: California. HEX triplet: DF, 89 and 33. RGB value is (223,137,51). Sum of RGB (Red+Green+Blue) = 223+137+51=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 51 (20.31% from 255 or 12.41% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8933 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8933 is #2076CC. Grayscale: #999999. Windows color (decimal): -2127565 or 3377631. OLE color: 3377631.

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

Color convert

RGB 223 137 51 -
CMYK 0 0.39 0.77 0.13
HSL 30º 0.73% 0.54% -
HSV(B) 30º 0.77% 0.87% -
XYZ 39.97 33.82 7.55 -
YUV 152.91 70.49 177.99 -
System Red Green Blue C M Y K H S L
Decimal 223 137 51 0 0.39 0.77 0.13 30 0.73 0.54
Hex DF 89 33 0 27 4D D 1E 49 36
Octal 337 211 63 0 47 115 15 36 111 66
Binary 11011111 10001001 110011 0 100111 1001101 1101 11110 1001001 110110

Color Harmonies of #DF8933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8933

Black with #DF8933

Text Example


Text Example

White with #DF8933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8933; }

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

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

background-color css

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

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

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

border-color css

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

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

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