Html Css Color HEX #D99652 Porsche

📋 copy color: '#D99652'

red 217 ◦ green 150 ◦ blue 82

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

Shades of Porsche #D99652

Tints of Porsche #D99652

RGB

 RED value IS 217 (85.16% from 255) = 48.33%

 GREEN value IS 150 (58.98% from 255) = 33.41%

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

R = 48.33%
G = 33.41%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D99652 (or 0xD99652) is known color: Porsche. HEX triplet: D9, 96 and 52. RGB value is (217,150,82). Sum of RGB (Red+Green+Blue) = 217+150+82=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 82 (32.42% from 255 or 18.26% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D99652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99652 is #2669AD. Grayscale: #A2A2A2. Windows color (decimal): -2517422 or 5412569. OLE color: 5412569.

HSL color Cylindrical-coordinate representation of color #D99652: hue angle of 30.22º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D99652 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 150 82 -
CMYK 0 0.31 0.62 0.15
HSL 30.22º 0.64% 0.59% -
HSV(B) 30.22º 0.62% 0.85% -
XYZ 41.04 37.17 12.99 -
YUV 162.28 82.7 167.03 -
System Red Green Blue C M Y K H S L
Decimal 217 150 82 0 0.31 0.62 0.15 30.22 0.64 0.59
Hex D9 96 52 0 1F 3E F 1E 40 3B
Octal 331 226 122 0 37 76 17 36 100 73
Binary 11011001 10010110 1010010 0 11111 111110 1111 11110 1000000 111011

Color Harmonies of #D99652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99652

Black with #D99652

Text Example


Text Example

White with #D99652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99652; }

 p { color: rgb(217,150,82); }

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

background-color css

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

 a { background-color: rgb(217,150,82); }

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

border-color css

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

 span { border-color: rgb(217,150,82); }

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