Html Css Color HEX #DF892F California

📋 copy color: '#DF892F'

red 223 ◦ green 137 ◦ blue 47

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

Shades of California #DF892F

Tints of California #DF892F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.55%

R = 54.79%
G = 33.66%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DF892F (or 0xDF892F) is known color: California. HEX triplet: DF, 89 and 2F. RGB value is (223,137,47). Sum of RGB (Red+Green+Blue) = 223+137+47=407 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.79% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 47 (18.75% from 255 or 11.55% from 407); Max value from RGB is 223 - color contains mainly: red. Hex color #DF892F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF892F is #2076D0. Grayscale: #989898. Windows color (decimal): -2127569 or 3115487. OLE color: 3115487.

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

Color convert

RGB 223 137 47 -
CMYK 0 0.39 0.79 0.13
HSL 30.68º 0.73% 0.53% -
HSV(B) 30.68º 0.79% 0.87% -
XYZ 39.89 33.78 7.11 -
YUV 152.45 68.49 178.32 -
System Red Green Blue C M Y K H S L
Decimal 223 137 47 0 0.39 0.79 0.13 30.68 0.73 0.53
Hex DF 89 2F 0 27 4F D 1F 49 35
Octal 337 211 57 0 47 117 15 37 111 65
Binary 11011111 10001001 101111 0 100111 1001111 1101 11111 1001001 110101

Color Harmonies of #DF892F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF892F

Black with #DF892F

Text Example


Text Example

White with #DF892F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF892F; }

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

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

background-color css

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

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

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

border-color css

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

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

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