Html Css Color HEX #D0DBAB Orinoco

📋 copy color: '#D0DBAB'

red 208 ◦ green 219 ◦ blue 171

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

Shades of Orinoco #D0DBAB

Tints of Orinoco #D0DBAB

RGB

 RED value IS 208 (81.64% from 255) = 34.78%

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

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

R = 34.78%
G = 36.62%
B = 28.6%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#D0DBAB (or 0xD0DBAB) is known color: Orinoco. HEX triplet: D0, DB and AB. RGB value is (208,219,171). Sum of RGB (Red+Green+Blue) = 208+219+171=598 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.78% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 171 (67.19% from 255 or 28.60% from 598); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DBAB is #2F2454. Grayscale: #D2D2D2. Windows color (decimal): -3089493 or 11262928. OLE color: 11262928.

HSL color Cylindrical-coordinate representation of color #D0DBAB: hue angle of 73.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 #D0DBAB is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 219 171 -
CMYK 0.05 0 0.22 0.14
HSL 73.75º 0.4% 0.76% -
HSV(B) 73.75º 0.22% 0.86% -
XYZ 58.69 67.01 48.37 -
YUV 210.24 105.86 126.4 -
System Red Green Blue C M Y K H S L
Decimal 208 219 171 0.05 0 0.22 0.14 73.75 0.4 0.76
Hex D0 DB AB 5 0 16 E 4A 28 4C
Octal 320 333 253 5 0 26 16 112 50 114
Binary 11010000 11011011 10101011 101 0 10110 1110 1001010 101000 1001100

Color Harmonies of #D0DBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DBAB

Black with #D0DBAB

Text Example


Text Example

White with #D0DBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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