Html Css Color HEX #D1D69B Orinoco

📋 copy color: '#D1D69B'

red 209 ◦ green 214 ◦ blue 155

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

Shades of Orinoco #D1D69B

Tints of Orinoco #D1D69B

RGB

 RED value IS 209 (82.03% from 255) = 36.16%

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

 BLUE value IS 155 (60.94% from 255) = 26.82%

R = 36.16%
G = 37.02%
B = 26.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D1D69B (or 0xD1D69B) is known color: Orinoco. HEX triplet: D1, D6 and 9B. RGB value is (209,214,155). Sum of RGB (Red+Green+Blue) = 209+214+155=578 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.16% from 578); Green value is 214 (83.98% from 255 or 37.02% from 578); Blue value is 155 (60.94% from 255 or 26.82% from 578); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D69B is #2E2964. Grayscale: #CECECE. Windows color (decimal): -3025253 or 10213073. OLE color: 10213073.

HSL color Cylindrical-coordinate representation of color #D1D69B: hue angle of 65.08º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D1D69B is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 214 155 -
CMYK 0.02 0 0.28 0.16
HSL 65.08º 0.42% 0.72% -
HSV(B) 65.08º 0.28% 0.84% -
XYZ 56.26 64.02 40.4 -
YUV 205.78 99.34 130.3 -
System Red Green Blue C M Y K H S L
Decimal 209 214 155 0.02 0 0.28 0.16 65.08 0.42 0.72
Hex D1 D6 9B 2 0 1C 10 41 2A 48
Octal 321 326 233 2 0 34 20 101 52 110
Binary 11010001 11010110 10011011 10 0 11100 10000 1000001 101010 1001000

Color Harmonies of #D1D69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D69B

Black with #D1D69B

Text Example


Text Example

White with #D1D69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D69B; }

 p { color: rgb(209,214,155); }

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

background-color css

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

 a { background-color: rgb(209,214,155); }

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

border-color css

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

 span { border-color: rgb(209,214,155); }

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