Html Css Color HEX #D0DAAB Orinoco

📋 copy color: '#D0DAAB'

red 208 ◦ green 218 ◦ blue 171

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

Shades of Orinoco #D0DAAB

Tints of Orinoco #D0DAAB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.52%

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

R = 34.84%
G = 36.52%
B = 28.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D0DAAB (or 0xD0DAAB) is known color: Orinoco. HEX triplet: D0, DA and AB. RGB value is (208,218,171). Sum of RGB (Red+Green+Blue) = 208+218+171=597 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.84% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 171 (67.19% from 255 or 28.64% from 597); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DAAB is #2F2554. Grayscale: #D1D1D1. Windows color (decimal): -3089749 or 11262672. OLE color: 11262672.

HSL color Cylindrical-coordinate representation of color #D0DAAB: hue angle of 72.77º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0DAAB is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 218 171 -
CMYK 0.05 0 0.22 0.15
HSL 72.77º 0.39% 0.76% -
HSV(B) 72.77º 0.22% 0.85% -
XYZ 58.43 66.49 48.28 -
YUV 209.65 106.19 126.82 -
System Red Green Blue C M Y K H S L
Decimal 208 218 171 0.05 0 0.22 0.15 72.77 0.39 0.76
Hex D0 DA AB 5 0 16 F 49 27 4C
Octal 320 332 253 5 0 26 17 111 47 114
Binary 11010000 11011010 10101011 101 0 10110 1111 1001001 100111 1001100

Color Harmonies of #D0DAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DAAB

Black with #D0DAAB

Text Example


Text Example

White with #D0DAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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