Html Css Color HEX #DD8A33 California

📋 copy color: '#DD8A33'

red 221 ◦ green 138 ◦ blue 51

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

Shades of California #DD8A33

Tints of California #DD8A33

RGB

 RED value IS 221 (86.72% from 255) = 53.9%

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

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

R = 53.9%
G = 33.66%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD8A33 (or 0xDD8A33) is known color: California. HEX triplet: DD, 8A and 33. RGB value is (221,138,51). Sum of RGB (Red+Green+Blue) = 221+138+51=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 51 (20.31% from 255 or 12.44% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8A33 is #2275CC. Grayscale: #999999. Windows color (decimal): -2258381 or 3377885. OLE color: 3377885.

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

Color convert

RGB 221 138 51 -
CMYK 0 0.38 0.77 0.13
HSL 30.71º 0.71% 0.53% -
HSV(B) 30.71º 0.77% 0.87% -
XYZ 39.5 33.79 7.57 -
YUV 152.9 70.5 176.57 -
System Red Green Blue C M Y K H S L
Decimal 221 138 51 0 0.38 0.77 0.13 30.71 0.71 0.53
Hex DD 8A 33 0 26 4D D 1F 47 35
Octal 335 212 63 0 46 115 15 37 107 65
Binary 11011101 10001010 110011 0 100110 1001101 1101 11111 1000111 110101

Color Harmonies of #DD8A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8A33

Black with #DD8A33

Text Example


Text Example

White with #DD8A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8A33; }

 p { color: rgb(221,138,51); }

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

background-color css

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

 a { background-color: rgb(221,138,51); }

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

border-color css

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

 span { border-color: rgb(221,138,51); }

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