Html Css Color HEX #D2DCB0 Orinoco

📋 copy color: '#D2DCB0'

red 210 ◦ green 220 ◦ blue 176

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

Shades of Orinoco #D2DCB0

Tints of Orinoco #D2DCB0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.3%

 BLUE value IS 176 (69.14% from 255) = 29.04%

R = 34.65%
G = 36.3%
B = 29.04%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#D2DCB0 (or 0xD2DCB0) is known color: Orinoco. HEX triplet: D2, DC and B0. RGB value is (210,220,176). Sum of RGB (Red+Green+Blue) = 210+220+176=606 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.65% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 176 (69.14% from 255 or 29.04% from 606); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DCB0 is #2D234F. Grayscale: #D4D4D4. Windows color (decimal): -2958160 or 11590866. OLE color: 11590866.

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

Color convert

RGB 210 220 176 -
CMYK 0.05 0 0.2 0.14
HSL 73.64º 0.39% 0.78% -
HSV(B) 73.64º 0.2% 0.86% -
XYZ 60.01 68.02 51.04 -
YUV 211.99 107.69 126.58 -
System Red Green Blue C M Y K H S L
Decimal 210 220 176 0.05 0 0.2 0.14 73.64 0.39 0.78
Hex D2 DC B0 5 0 14 E 4A 27 4E
Octal 322 334 260 5 0 24 16 112 47 116
Binary 11010010 11011100 10110000 101 0 10100 1110 1001010 100111 1001110

Color Harmonies of #D2DCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DCB0

Black with #D2DCB0

Text Example


Text Example

White with #D2DCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DCB0; }

 p { color: rgb(210,220,176); }

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

background-color css

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

 a { background-color: rgb(210,220,176); }

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

border-color css

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

 span { border-color: rgb(210,220,176); }

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