Html Css Color HEX #D2D6B3 Orinoco

📋 copy color: '#D2D6B3'

red 210 ◦ green 214 ◦ blue 179

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

Shades of Orinoco #D2D6B3

Tints of Orinoco #D2D6B3

RGB

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

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

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

R = 34.83%
G = 35.49%
B = 29.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D2D6B3 (or 0xD2D6B3) is known color: Orinoco. HEX triplet: D2, D6 and B3. RGB value is (210,214,179). Sum of RGB (Red+Green+Blue) = 210+214+179=603 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.83% from 603); Green value is 214 (83.98% from 255 or 35.49% from 603); Blue value is 179 (70.31% from 255 or 29.68% from 603); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D6B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D6B3 is #2D294C. Grayscale: #D0D0D0. Windows color (decimal): -2959693 or 11785938. OLE color: 11785938.

HSL color Cylindrical-coordinate representation of color #D2D6B3: hue angle of 66.86º 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 #D2D6B3 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 214 179 -
CMYK 0.02 0 0.16 0.16
HSL 66.86º 0.3% 0.77% -
HSV(B) 66.86º 0.16% 0.84% -
XYZ 58.76 65.05 52.11 -
YUV 208.81 111.17 128.85 -
System Red Green Blue C M Y K H S L
Decimal 210 214 179 0.02 0 0.16 0.16 66.86 0.3 0.77
Hex D2 D6 B3 2 0 10 10 43 1E 4D
Octal 322 326 263 2 0 20 20 103 36 115
Binary 11010010 11010110 10110011 10 0 10000 10000 1000011 11110 1001101

Color Harmonies of #D2D6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D6B3

Black with #D2D6B3

Text Example


Text Example

White with #D2D6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D6B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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