Html Css Color HEX #D3D69C Orinoco

📋 copy color: '#D3D69C'

red 211 ◦ green 214 ◦ blue 156

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

Shades of Orinoco #D3D69C

Tints of Orinoco #D3D69C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 26.85%

R = 36.32%
G = 36.83%
B = 26.85%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D3D69C (or 0xD3D69C) is known color: Orinoco. HEX triplet: D3, D6 and 9C. RGB value is (211,214,156). Sum of RGB (Red+Green+Blue) = 211+214+156=581 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.32% from 581); Green value is 214 (83.98% from 255 or 36.83% from 581); Blue value is 156 (61.33% from 255 or 26.85% from 581); Max value from RGB is 214 - color contains mainly: green. Hex color #D3D69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D69C is #2C2963. Grayscale: #CECECE. Windows color (decimal): -2894180 or 10278611. OLE color: 10278611.

HSL color Cylindrical-coordinate representation of color #D3D69C: hue angle of 63.1º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D3D69C is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 211 214 156 -
CMYK 0.01 0 0.27 0.16
HSL 63.1º 0.41% 0.73% -
HSV(B) 63.1º 0.27% 0.84% -
XYZ 56.91 64.34 40.87 -
YUV 206.49 99.51 131.22 -
System Red Green Blue C M Y K H S L
Decimal 211 214 156 0.01 0 0.27 0.16 63.1 0.41 0.73
Hex D3 D6 9C 1 0 1B 10 3F 29 49
Octal 323 326 234 1 0 33 20 77 51 111
Binary 11010011 11010110 10011100 1 0 11011 10000 111111 101001 1001001

Color Harmonies of #D3D69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D69C

Black with #D3D69C

Text Example


Text Example

White with #D3D69C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D69C; }

 p { color: rgb(211,214,156); }

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

background-color css

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

 a { background-color: rgb(211,214,156); }

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

border-color css

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

 span { border-color: rgb(211,214,156); }

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