Html Css Color HEX #D8DBAB Orinoco

📋 copy color: '#D8DBAB'

red 216 ◦ green 219 ◦ blue 171

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

Shades of Orinoco #D8DBAB

Tints of Orinoco #D8DBAB

RGB

 RED value IS 216 (84.77% from 255) = 35.64%

 GREEN value IS 219 (85.94% from 255) = 36.14%

 BLUE value IS 171 (67.19% from 255) = 28.22%

R = 35.64%
G = 36.14%
B = 28.22%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#D8DBAB (or 0xD8DBAB) is known color: Orinoco. HEX triplet: D8, DB and AB. RGB value is (216,219,171). Sum of RGB (Red+Green+Blue) = 216+219+171=606 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.64% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 171 (67.19% from 255 or 28.22% from 606); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DBAB is #272454. Grayscale: #D4D4D4. Windows color (decimal): -2565205 or 11262936. OLE color: 11262936.

HSL color Cylindrical-coordinate representation of color #D8DBAB: hue angle of 63.75º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D8DBAB is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 219 171 -
CMYK 0.01 0 0.22 0.14
HSL 63.75º 0.4% 0.76% -
HSV(B) 63.75º 0.22% 0.86% -
XYZ 61 68.2 48.48 -
YUV 212.63 104.51 130.4 -
System Red Green Blue C M Y K H S L
Decimal 216 219 171 0.01 0 0.22 0.14 63.75 0.4 0.76
Hex D8 DB AB 1 0 16 E 40 28 4C
Octal 330 333 253 1 0 26 16 100 50 114
Binary 11011000 11011011 10101011 1 0 10110 1110 1000000 101000 1001100

Color Harmonies of #D8DBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DBAB

Black with #D8DBAB

Text Example


Text Example

White with #D8DBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DBAB; }

 p { color: rgb(216,219,171); }

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

background-color css

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

 a { background-color: rgb(216,219,171); }

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

border-color css

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

 span { border-color: rgb(216,219,171); }

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