Html Css Color HEX #D0DBAC Orinoco

📋 copy color: '#D0DBAC'

red 208 ◦ green 219 ◦ blue 172

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

Shades of Orinoco #D0DBAC

Tints of Orinoco #D0DBAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.71%

R = 34.72%
G = 36.56%
B = 28.71%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#D0DBAC (or 0xD0DBAC) is known color: Orinoco. HEX triplet: D0, DB and AC. RGB value is (208,219,172). Sum of RGB (Red+Green+Blue) = 208+219+172=599 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.72% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 172 (67.58% from 255 or 28.71% from 599); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DBAC is #2F2453. Grayscale: #D2D2D2. Windows color (decimal): -3089492 or 11328464. OLE color: 11328464.

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

Color convert

RGB 208 219 172 -
CMYK 0.05 0 0.21 0.14
HSL 74.04º 0.39% 0.77% -
HSV(B) 74.04º 0.21% 0.86% -
XYZ 58.79 67.05 48.87 -
YUV 210.35 106.36 126.32 -
System Red Green Blue C M Y K H S L
Decimal 208 219 172 0.05 0 0.21 0.14 74.04 0.39 0.77
Hex D0 DB AC 5 0 15 E 4A 27 4D
Octal 320 333 254 5 0 25 16 112 47 115
Binary 11010000 11011011 10101100 101 0 10101 1110 1001010 100111 1001101

Color Harmonies of #D0DBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DBAC

Black with #D0DBAC

Text Example


Text Example

White with #D0DBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DBAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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