Html Css Color HEX #D2994F Porsche

📋 copy color: '#D2994F'

red 210 ◦ green 153 ◦ blue 79

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

Shades of Porsche #D2994F

Tints of Porsche #D2994F

RGB

 RED value IS 210 (82.42% from 255) = 47.51%

 GREEN value IS 153 (60.16% from 255) = 34.62%

 BLUE value IS 79 (31.25% from 255) = 17.87%

R = 47.51%
G = 34.62%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D2994F (or 0xD2994F) is known color: Porsche. HEX triplet: D2, 99 and 4F. RGB value is (210,153,79). Sum of RGB (Red+Green+Blue) = 210+153+79=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 79 (31.25% from 255 or 17.87% from 442); Max value from RGB is 210 - color contains mainly: red. Hex color #D2994F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2994F is #2D66B0. Grayscale: #A1A1A1. Windows color (decimal): -2975409 or 5216722. OLE color: 5216722.

HSL color Cylindrical-coordinate representation of color #D2994F: hue angle of 33.89º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D2994F is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 153 79 -
CMYK 0 0.27 0.62 0.18
HSL 33.89º 0.59% 0.57% -
HSV(B) 33.89º 0.62% 0.82% -
XYZ 39.38 37.05 12.47 -
YUV 161.61 81.38 162.52 -
System Red Green Blue C M Y K H S L
Decimal 210 153 79 0 0.27 0.62 0.18 33.89 0.59 0.57
Hex D2 99 4F 0 1B 3E 12 22 3B 39
Octal 322 231 117 0 33 76 22 42 73 71
Binary 11010010 10011001 1001111 0 11011 111110 10010 100010 111011 111001

Color Harmonies of #D2994F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2994F

Black with #D2994F

Text Example


Text Example

White with #D2994F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2994F; }

 p { color: rgb(210,153,79); }

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

background-color css

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

 a { background-color: rgb(210,153,79); }

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

border-color css

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

 span { border-color: rgb(210,153,79); }

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