Html Css Color HEX #D3DBB4 Orinoco

📋 copy color: '#D3DBB4'

red 211 ◦ green 219 ◦ blue 180

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

Shades of Orinoco #D3DBB4

Tints of Orinoco #D3DBB4

RGB

 RED value IS 211 (82.81% from 255) = 34.59%

 GREEN value IS 219 (85.94% from 255) = 35.9%

 BLUE value IS 180 (70.7% from 255) = 29.51%

R = 34.59%
G = 35.9%
B = 29.51%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#D3DBB4 (or 0xD3DBB4) is known color: Orinoco. HEX triplet: D3, DB and B4. RGB value is (211,219,180). Sum of RGB (Red+Green+Blue) = 211+219+180=610 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.59% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 180 (70.70% from 255 or 29.51% from 610); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DBB4 is #2C244B. Grayscale: #D4D4D4. Windows color (decimal): -2892876 or 11852755. OLE color: 11852755.

HSL color Cylindrical-coordinate representation of color #D3DBB4: hue angle of 72.31º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3DBB4 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 219 180 -
CMYK 0.04 0 0.18 0.14
HSL 72.31º 0.35% 0.78% -
HSV(B) 72.31º 0.18% 0.86% -
XYZ 60.43 67.81 53.08 -
YUV 212.16 109.85 127.17 -
System Red Green Blue C M Y K H S L
Decimal 211 219 180 0.04 0 0.18 0.14 72.31 0.35 0.78
Hex D3 DB B4 4 0 12 E 48 23 4E
Octal 323 333 264 4 0 22 16 110 43 116
Binary 11010011 11011011 10110100 100 0 10010 1110 1001000 100011 1001110

Color Harmonies of #D3DBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DBB4

Black with #D3DBB4

Text Example


Text Example

White with #D3DBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DBB4; }

 p { color: rgb(211,219,180); }

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

background-color css

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

 a { background-color: rgb(211,219,180); }

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

border-color css

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

 span { border-color: rgb(211,219,180); }

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