Html Css Color HEX #D7DAA3 Orinoco

📋 copy color: '#D7DAA3'

red 215 ◦ green 218 ◦ blue 163

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

Shades of Orinoco #D7DAA3

Tints of Orinoco #D7DAA3

RGB

 RED value IS 215 (84.38% from 255) = 36.07%

 GREEN value IS 218 (85.55% from 255) = 36.58%

 BLUE value IS 163 (64.06% from 255) = 27.35%

R = 36.07%
G = 36.58%
B = 27.35%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D7DAA3 (or 0xD7DAA3) is known color: Orinoco. HEX triplet: D7, DA and A3. RGB value is (215,218,163). Sum of RGB (Red+Green+Blue) = 215+218+163=596 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.07% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 163 (64.06% from 255 or 27.35% from 596); Max value from RGB is 218 - color contains mainly: green. Hex color #D7DAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DAA3 is #28255C. Grayscale: #D3D3D3. Windows color (decimal): -2631005 or 10738391. OLE color: 10738391.

HSL color Cylindrical-coordinate representation of color #D7DAA3: hue angle of 63.27º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D7DAA3 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 218 163 -
CMYK 0.01 0 0.25 0.15
HSL 63.27º 0.43% 0.75% -
HSV(B) 63.27º 0.25% 0.85% -
XYZ 59.71 67.23 44.48 -
YUV 210.83 101.01 130.97 -
System Red Green Blue C M Y K H S L
Decimal 215 218 163 0.01 0 0.25 0.15 63.27 0.43 0.75
Hex D7 DA A3 1 0 19 F 3F 2B 4B
Octal 327 332 243 1 0 31 17 77 53 113
Binary 11010111 11011010 10100011 1 0 11001 1111 111111 101011 1001011

Color Harmonies of #D7DAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DAA3

Black with #D7DAA3

Text Example


Text Example

White with #D7DAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DAA3; }

 p { color: rgb(215,218,163); }

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

background-color css

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

 a { background-color: rgb(215,218,163); }

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

border-color css

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

 span { border-color: rgb(215,218,163); }

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