Html Css Color HEX #D69E5A Porsche

📋 copy color: '#D69E5A'

red 214 ◦ green 158 ◦ blue 90

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

Shades of Porsche #D69E5A

Tints of Porsche #D69E5A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.2%

 BLUE value IS 90 (35.55% from 255) = 19.48%

R = 46.32%
G = 34.2%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D69E5A (or 0xD69E5A) is known color: Porsche. HEX triplet: D6, 9E and 5A. RGB value is (214,158,90). Sum of RGB (Red+Green+Blue) = 214+158+90=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 90 (35.55% from 255 or 19.48% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D69E5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69E5A is #2961A5. Grayscale: #A7A7A7. Windows color (decimal): -2711974 or 5938902. OLE color: 5938902.

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

Color convert

RGB 214 158 90 -
CMYK 0 0.26 0.58 0.16
HSL 32.9º 0.6% 0.6% -
HSV(B) 32.9º 0.58% 0.84% -
XYZ 41.8 39.49 15.09 -
YUV 166.99 84.55 161.53 -
System Red Green Blue C M Y K H S L
Decimal 214 158 90 0 0.26 0.58 0.16 32.9 0.6 0.6
Hex D6 9E 5A 0 1A 3A 10 21 3C 3C
Octal 326 236 132 0 32 72 20 41 74 74
Binary 11010110 10011110 1011010 0 11010 111010 10000 100001 111100 111100

Color Harmonies of #D69E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69E5A

Black with #D69E5A

Text Example


Text Example

White with #D69E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69E5A; }

 p { color: rgb(214,158,90); }

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

background-color css

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

 a { background-color: rgb(214,158,90); }

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

border-color css

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

 span { border-color: rgb(214,158,90); }

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