Html Css Color HEX #D0DBA8 Orinoco

📋 copy color: '#D0DBA8'

red 208 ◦ green 219 ◦ blue 168

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

Shades of Orinoco #D0DBA8

Tints of Orinoco #D0DBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 28.24%

R = 34.96%
G = 36.81%
B = 28.24%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#D0DBA8 (or 0xD0DBA8) is known color: Orinoco. HEX triplet: D0, DB and A8. RGB value is (208,219,168). Sum of RGB (Red+Green+Blue) = 208+219+168=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 168 (66.02% from 255 or 28.24% from 595); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DBA8 is #2F2457. Grayscale: #D2D2D2. Windows color (decimal): -3089496 or 11066320. OLE color: 11066320.

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

Color convert

RGB 208 219 168 -
CMYK 0.05 0 0.23 0.14
HSL 72.94º 0.41% 0.76% -
HSV(B) 72.94º 0.23% 0.86% -
XYZ 58.41 66.9 46.88 -
YUV 209.9 104.36 126.65 -
System Red Green Blue C M Y K H S L
Decimal 208 219 168 0.05 0 0.23 0.14 72.94 0.41 0.76
Hex D0 DB A8 5 0 17 E 49 29 4C
Octal 320 333 250 5 0 27 16 111 51 114
Binary 11010000 11011011 10101000 101 0 10111 1110 1001001 101001 1001100

Color Harmonies of #D0DBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DBA8

Black with #D0DBA8

Text Example


Text Example

White with #D0DBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DBA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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