Html Css Color HEX #D69A5E Porsche

📋 copy color: '#D69A5E'

red 214 ◦ green 154 ◦ blue 94

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

Shades of Porsche #D69A5E

Tints of Porsche #D69A5E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.33%

 BLUE value IS 94 (37.11% from 255) = 20.35%

R = 46.32%
G = 33.33%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D69A5E (or 0xD69A5E) is known color: Porsche. HEX triplet: D6, 9A and 5E. RGB value is (214,154,94). Sum of RGB (Red+Green+Blue) = 214+154+94=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 94 (37.11% from 255 or 20.35% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69A5E is #2965A1. Grayscale: #A5A5A5. Windows color (decimal): -2712994 or 6200022. OLE color: 6200022.

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

Color convert

RGB 214 154 94 -
CMYK 0 0.28 0.56 0.16
HSL 30º 0.59% 0.6% -
HSV(B) 30º 0.56% 0.84% -
XYZ 41.31 38.22 15.79 -
YUV 165.1 87.88 162.88 -
System Red Green Blue C M Y K H S L
Decimal 214 154 94 0 0.28 0.56 0.16 30 0.59 0.6
Hex D6 9A 5E 0 1C 38 10 1E 3B 3C
Octal 326 232 136 0 34 70 20 36 73 74
Binary 11010110 10011010 1011110 0 11100 111000 10000 11110 111011 111100

Color Harmonies of #D69A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69A5E

Black with #D69A5E

Text Example


Text Example

White with #D69A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69A5E; }

 p { color: rgb(214,154,94); }

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

background-color css

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

 a { background-color: rgb(214,154,94); }

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

border-color css

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

 span { border-color: rgb(214,154,94); }

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