Html Css Color HEX #D2D6B4 Orinoco

📋 copy color: '#D2D6B4'

red 210 ◦ green 214 ◦ blue 180

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

Shades of Orinoco #D2D6B4

Tints of Orinoco #D2D6B4

RGB

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

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

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

R = 34.77%
G = 35.43%
B = 29.8%

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

#D2D6B4 (or 0xD2D6B4) is known color: Orinoco. HEX triplet: D2, D6 and B4. RGB value is (210,214,180). Sum of RGB (Red+Green+Blue) = 210+214+180=604 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.77% from 604); Green value is 214 (83.98% from 255 or 35.43% from 604); Blue value is 180 (70.70% from 255 or 29.80% from 604); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D6B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D6B4 is #2D294B. Grayscale: #D1D1D1. Windows color (decimal): -2959692 or 11851474. OLE color: 11851474.

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

Color convert

RGB 210 214 180 -
CMYK 0.02 0 0.16 0.16
HSL 67.06º 0.29% 0.77% -
HSV(B) 67.06º 0.16% 0.84% -
XYZ 58.86 65.09 52.64 -
YUV 208.93 111.67 128.76 -
System Red Green Blue C M Y K H S L
Decimal 210 214 180 0.02 0 0.16 0.16 67.06 0.29 0.77
Hex D2 D6 B4 2 0 10 10 43 1D 4D
Octal 322 326 264 2 0 20 20 103 35 115
Binary 11010010 11010110 10110100 10 0 10000 10000 1000011 11101 1001101

Color Harmonies of #D2D6B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D6B4

Black with #D2D6B4

Text Example


Text Example

White with #D2D6B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D6B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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