Html Css Color HEX #D4D5A5 Orinoco

📋 copy color: '#D4D5A5'

red 212 ◦ green 213 ◦ blue 165

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

Shades of Orinoco #D4D5A5

Tints of Orinoco #D4D5A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 27.97%

R = 35.93%
G = 36.1%
B = 27.97%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D4D5A5 (or 0xD4D5A5) is known color: Orinoco. HEX triplet: D4, D5 and A5. RGB value is (212,213,165). Sum of RGB (Red+Green+Blue) = 212+213+165=590 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.93% from 590); Green value is 213 (83.59% from 255 or 36.10% from 590); Blue value is 165 (64.84% from 255 or 27.97% from 590); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D5A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D5A5 is #2B2A5A. Grayscale: #CFCFCF. Windows color (decimal): -2828891 or 10868180. OLE color: 10868180.

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

Color convert

RGB 212 213 165 -
CMYK 0.00 0 0.23 0.16
HSL 61.25º 0.36% 0.74% -
HSV(B) 61.25º 0.23% 0.84% -
XYZ 57.74 64.3 44.97 -
YUV 207.23 104.17 131.4 -
System Red Green Blue C M Y K H S L
Decimal 212 213 165 0.00 0 0.23 0.16 61.25 0.36 0.74
Hex D4 D5 A5 0 0 17 10 3D 24 4A
Octal 324 325 245 0 0 27 20 75 44 112
Binary 11010100 11010101 10100101 0 0 10111 10000 111101 100100 1001010

Color Harmonies of #D4D5A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D5A5

Black with #D4D5A5

Text Example


Text Example

White with #D4D5A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D5A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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