Html Css Color HEX #D69C50 Porsche

📋 copy color: '#D69C50'

red 214 ◦ green 156 ◦ blue 80

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

Shades of Porsche #D69C50

Tints of Porsche #D69C50

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.67%

 BLUE value IS 80 (31.64% from 255) = 17.78%

R = 47.56%
G = 34.67%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D69C50 (or 0xD69C50) is known color: Porsche. HEX triplet: D6, 9C and 50. RGB value is (214,156,80). Sum of RGB (Red+Green+Blue) = 214+156+80=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 80 (31.64% from 255 or 17.78% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69C50 is #2963AF. Grayscale: #A5A5A5. Windows color (decimal): -2712496 or 5283030. OLE color: 5283030.

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

Color convert

RGB 214 156 80 -
CMYK 0 0.27 0.63 0.16
HSL 34.03º 0.62% 0.58% -
HSV(B) 34.03º 0.63% 0.84% -
XYZ 41.07 38.65 12.89 -
YUV 164.68 80.22 163.18 -
System Red Green Blue C M Y K H S L
Decimal 214 156 80 0 0.27 0.63 0.16 34.03 0.62 0.58
Hex D6 9C 50 0 1B 3F 10 22 3E 3A
Octal 326 234 120 0 33 77 20 42 76 72
Binary 11010110 10011100 1010000 0 11011 111111 10000 100010 111110 111010

Color Harmonies of #D69C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69C50

Black with #D69C50

Text Example


Text Example

White with #D69C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69C50; }

 p { color: rgb(214,156,80); }

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

background-color css

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

 a { background-color: rgb(214,156,80); }

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

border-color css

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

 span { border-color: rgb(214,156,80); }

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