Html Css Color HEX #DFA252 Porsche

📋 copy color: '#DFA252'

red 223 ◦ green 162 ◦ blue 82

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

Shades of Porsche #DFA252

Tints of Porsche #DFA252

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.69%

 BLUE value IS 82 (32.42% from 255) = 17.56%

R = 47.75%
G = 34.69%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DFA252 (or 0xDFA252) is known color: Porsche. HEX triplet: DF, A2 and 52. RGB value is (223,162,82). Sum of RGB (Red+Green+Blue) = 223+162+82=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 82 (32.42% from 255 or 17.56% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA252 is #205DAD. Grayscale: #ABABAB. Windows color (decimal): -2121134 or 5415647. OLE color: 5415647.

HSL color Cylindrical-coordinate representation of color #DFA252: hue angle of 34.04º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DFA252 is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 162 82 -
CMYK 0 0.27 0.63 0.13
HSL 34.04º 0.69% 0.6% -
HSV(B) 34.04º 0.63% 0.87% -
XYZ 44.87 42.14 13.75 -
YUV 171.12 77.71 165 -
System Red Green Blue C M Y K H S L
Decimal 223 162 82 0 0.27 0.63 0.13 34.04 0.69 0.6
Hex DF A2 52 0 1B 3F D 22 45 3C
Octal 337 242 122 0 33 77 15 42 105 74
Binary 11011111 10100010 1010010 0 11011 111111 1101 100010 1000101 111100

Color Harmonies of #DFA252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA252

Black with #DFA252

Text Example


Text Example

White with #DFA252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA252; }

 p { color: rgb(223,162,82); }

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

background-color css

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

 a { background-color: rgb(223,162,82); }

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

border-color css

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

 span { border-color: rgb(223,162,82); }

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