Html Css Color HEX #D7D9A4 Orinoco

📋 copy color: '#D7D9A4'

red 215 ◦ green 217 ◦ blue 164

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

Shades of Orinoco #D7D9A4

Tints of Orinoco #D7D9A4

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.41%

 BLUE value IS 164 (64.45% from 255) = 27.52%

R = 36.07%
G = 36.41%
B = 27.52%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D7D9A4 (or 0xD7D9A4) is known color: Orinoco. HEX triplet: D7, D9 and A4. RGB value is (215,217,164). Sum of RGB (Red+Green+Blue) = 215+217+164=596 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.07% from 596); Green value is 217 (85.16% from 255 or 36.41% from 596); Blue value is 164 (64.45% from 255 or 27.52% from 596); Max value from RGB is 217 - color contains mainly: green. Hex color #D7D9A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D9A4 is #28265B. Grayscale: #D2D2D2. Windows color (decimal): -2631260 or 10803671. OLE color: 10803671.

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

Color convert

RGB 215 217 164 -
CMYK 0.01 0 0.24 0.15
HSL 62.26º 0.41% 0.75% -
HSV(B) 62.26º 0.24% 0.85% -
XYZ 59.54 66.75 44.87 -
YUV 210.36 101.84 131.31 -
System Red Green Blue C M Y K H S L
Decimal 215 217 164 0.01 0 0.24 0.15 62.26 0.41 0.75
Hex D7 D9 A4 1 0 18 F 3E 29 4B
Octal 327 331 244 1 0 30 17 76 51 113
Binary 11010111 11011001 10100100 1 0 11000 1111 111110 101001 1001011

Color Harmonies of #D7D9A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D9A4

Black with #D7D9A4

Text Example


Text Example

White with #D7D9A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D9A4; }

 p { color: rgb(215,217,164); }

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

background-color css

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

 a { background-color: rgb(215,217,164); }

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

border-color css

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

 span { border-color: rgb(215,217,164); }

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