Html Css Color HEX #D2DDB2 Orinoco

📋 copy color: '#D2DDB2'

red 210 ◦ green 221 ◦ blue 178

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

Shades of Orinoco #D2DDB2

Tints of Orinoco #D2DDB2

RGB

 RED value IS 210 (82.42% from 255) = 34.48%

 GREEN value IS 221 (86.72% from 255) = 36.29%

 BLUE value IS 178 (69.92% from 255) = 29.23%

R = 34.48%
G = 36.29%
B = 29.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#D2DDB2 (or 0xD2DDB2) is known color: Orinoco. HEX triplet: D2, DD and B2. RGB value is (210,221,178). Sum of RGB (Red+Green+Blue) = 210+221+178=609 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.48% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 178 (69.92% from 255 or 29.23% from 609); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DDB2 is #2D224D. Grayscale: #D4D4D4. Windows color (decimal): -2957902 or 11722194. OLE color: 11722194.

HSL color Cylindrical-coordinate representation of color #D2DDB2: hue angle of 75.35º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2DDB2 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 221 178 -
CMYK 0.05 0 0.19 0.13
HSL 75.35º 0.39% 0.78% -
HSV(B) 75.35º 0.19% 0.87% -
XYZ 60.47 68.63 52.18 -
YUV 212.81 108.36 126 -
System Red Green Blue C M Y K H S L
Decimal 210 221 178 0.05 0 0.19 0.13 75.35 0.39 0.78
Hex D2 DD B2 5 0 13 D 4B 27 4E
Octal 322 335 262 5 0 23 15 113 47 116
Binary 11010010 11011101 10110010 101 0 10011 1101 1001011 100111 1001110

Color Harmonies of #D2DDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DDB2

Black with #D2DDB2

Text Example


Text Example

White with #D2DDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DDB2; }

 p { color: rgb(210,221,178); }

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

background-color css

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

 a { background-color: rgb(210,221,178); }

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

border-color css

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

 span { border-color: rgb(210,221,178); }

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