Html Css Color HEX #D4D5A7 Orinoco

📋 copy color: '#D4D5A7'

red 212 ◦ green 213 ◦ blue 167

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

Shades of Orinoco #D4D5A7

Tints of Orinoco #D4D5A7

RGB

 RED value IS 212 (83.2% from 255) = 35.81%

 GREEN value IS 213 (83.59% from 255) = 35.98%

 BLUE value IS 167 (65.63% from 255) = 28.21%

R = 35.81%
G = 35.98%
B = 28.21%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D4D5A7 (or 0xD4D5A7) is known color: Orinoco. HEX triplet: D4, D5 and A7. RGB value is (212,213,167). Sum of RGB (Red+Green+Blue) = 212+213+167=592 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.81% from 592); Green value is 213 (83.59% from 255 or 35.98% from 592); Blue value is 167 (65.62% from 255 or 28.21% from 592); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D5A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D5A7 is #2B2A58. Grayscale: #CFCFCF. Windows color (decimal): -2828889 or 10999252. OLE color: 10999252.

HSL color Cylindrical-coordinate representation of color #D4D5A7: hue angle of 61.3º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D4D5A7 is Cyan = 0.00, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 213 167 -
CMYK 0.00 0 0.22 0.16
HSL 61.3º 0.35% 0.75% -
HSV(B) 61.3º 0.22% 0.84% -
XYZ 57.92 64.38 45.93 -
YUV 207.46 105.17 131.24 -
System Red Green Blue C M Y K H S L
Decimal 212 213 167 0.00 0 0.22 0.16 61.3 0.35 0.75
Hex D4 D5 A7 0 0 16 10 3D 23 4B
Octal 324 325 247 0 0 26 20 75 43 113
Binary 11010100 11010101 10100111 0 0 10110 10000 111101 100011 1001011

Color Harmonies of #D4D5A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D5A7

Black with #D4D5A7

Text Example


Text Example

White with #D4D5A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D5A7; }

 p { color: rgb(212,213,167); }

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

background-color css

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

 a { background-color: rgb(212,213,167); }

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

border-color css

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

 span { border-color: rgb(212,213,167); }

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