Html Css Color HEX #D4D6B1 Orinoco

📋 copy color: '#D4D6B1'

red 212 ◦ green 214 ◦ blue 177

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

Shades of Orinoco #D4D6B1

Tints of Orinoco #D4D6B1

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.49%

 BLUE value IS 177 (69.53% from 255) = 29.35%

R = 35.16%
G = 35.49%
B = 29.35%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D4D6B1 (or 0xD4D6B1) is known color: Orinoco. HEX triplet: D4, D6 and B1. RGB value is (212,214,177). Sum of RGB (Red+Green+Blue) = 212+214+177=603 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.16% from 603); Green value is 214 (83.98% from 255 or 35.49% from 603); Blue value is 177 (69.53% from 255 or 29.35% from 603); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D6B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D6B1 is #2B294E. Grayscale: #D1D1D1. Windows color (decimal): -2828623 or 11654868. OLE color: 11654868.

HSL color Cylindrical-coordinate representation of color #D4D6B1: hue angle of 63.24º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4D6B1 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 214 177 -
CMYK 0.01 0 0.17 0.16
HSL 63.24º 0.31% 0.77% -
HSV(B) 63.24º 0.17% 0.84% -
XYZ 59.13 65.26 51.08 -
YUV 209.18 109.84 130.01 -
System Red Green Blue C M Y K H S L
Decimal 212 214 177 0.01 0 0.17 0.16 63.24 0.31 0.77
Hex D4 D6 B1 1 0 11 10 3F 1F 4D
Octal 324 326 261 1 0 21 20 77 37 115
Binary 11010100 11010110 10110001 1 0 10001 10000 111111 11111 1001101

Color Harmonies of #D4D6B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D6B1

Black with #D4D6B1

Text Example


Text Example

White with #D4D6B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D6B1; }

 p { color: rgb(212,214,177); }

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

background-color css

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

 a { background-color: rgb(212,214,177); }

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

border-color css

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

 span { border-color: rgb(212,214,177); }

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