Html Css Color HEX #D69852 Porsche

📋 copy color: '#D69852'

red 214 ◦ green 152 ◦ blue 82

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

Shades of Porsche #D69852

Tints of Porsche #D69852

RGB

 RED value IS 214 (83.98% from 255) = 47.77%

 GREEN value IS 152 (59.77% from 255) = 33.93%

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

R = 47.77%
G = 33.93%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D69852 (or 0xD69852) is known color: Porsche. HEX triplet: D6, 98 and 52. RGB value is (214,152,82). Sum of RGB (Red+Green+Blue) = 214+152+82=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 152 (59.77% from 255 or 33.93% from 448); Blue value is 82 (32.42% from 255 or 18.30% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D69852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69852 is #2967AD. Grayscale: #A2A2A2. Windows color (decimal): -2713518 or 5413078. OLE color: 5413078.

HSL color Cylindrical-coordinate representation of color #D69852: hue angle of 31.82º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D69852 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 152 82 -
CMYK 0 0.29 0.62 0.16
HSL 31.82º 0.62% 0.58% -
HSV(B) 31.82º 0.62% 0.84% -
XYZ 40.48 37.36 13.06 -
YUV 162.56 82.54 164.69 -
System Red Green Blue C M Y K H S L
Decimal 214 152 82 0 0.29 0.62 0.16 31.82 0.62 0.58
Hex D6 98 52 0 1D 3E 10 20 3E 3A
Octal 326 230 122 0 35 76 20 40 76 72
Binary 11010110 10011000 1010010 0 11101 111110 10000 100000 111110 111010

Color Harmonies of #D69852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69852

Black with #D69852

Text Example


Text Example

White with #D69852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69852; }

 p { color: rgb(214,152,82); }

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

background-color css

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

 a { background-color: rgb(214,152,82); }

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

border-color css

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

 span { border-color: rgb(214,152,82); }

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