Html Css Color HEX #D5D6B3 Orinoco

📋 copy color: '#D5D6B3'

red 213 ◦ green 214 ◦ blue 179

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

Shades of Orinoco #D5D6B3

Tints of Orinoco #D5D6B3

RGB

 RED value IS 213 (83.59% from 255) = 35.15%

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

 BLUE value IS 179 (70.31% from 255) = 29.54%

R = 35.15%
G = 35.31%
B = 29.54%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D5D6B3 (or 0xD5D6B3) is known color: Orinoco. HEX triplet: D5, D6 and B3. RGB value is (213,214,179). Sum of RGB (Red+Green+Blue) = 213+214+179=606 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.15% from 606); Green value is 214 (83.98% from 255 or 35.31% from 606); Blue value is 179 (70.31% from 255 or 29.54% from 606); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D6B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D6B3 is #2A294C. Grayscale: #D1D1D1. Windows color (decimal): -2763085 or 11785941. OLE color: 11785941.

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

Color convert

RGB 213 214 179 -
CMYK 0.00 0 0.16 0.16
HSL 61.71º 0.3% 0.77% -
HSV(B) 61.71º 0.16% 0.84% -
XYZ 59.62 65.49 52.15 -
YUV 209.71 110.67 130.35 -
System Red Green Blue C M Y K H S L
Decimal 213 214 179 0.00 0 0.16 0.16 61.71 0.3 0.77
Hex D5 D6 B3 0 0 10 10 3E 1E 4D
Octal 325 326 263 0 0 20 20 76 36 115
Binary 11010101 11010110 10110011 0 0 10000 10000 111110 11110 1001101

Color Harmonies of #D5D6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D6B3

Black with #D5D6B3

Text Example


Text Example

White with #D5D6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D6B3; }

 p { color: rgb(213,214,179); }

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

background-color css

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

 a { background-color: rgb(213,214,179); }

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

border-color css

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

 span { border-color: rgb(213,214,179); }

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