Html Css Color HEX #D0D9A4 Orinoco

📋 copy color: '#D0D9A4'

red 208 ◦ green 217 ◦ blue 164

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

Shades of Orinoco #D0D9A4

Tints of Orinoco #D0D9A4

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.84%

 BLUE value IS 164 (64.45% from 255) = 27.84%

R = 35.31%
G = 36.84%
B = 27.84%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D0D9A4 (or 0xD0D9A4) is known color: Orinoco. HEX triplet: D0, D9 and A4. RGB value is (208,217,164). Sum of RGB (Red+Green+Blue) = 208+217+164=589 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.31% from 589); Green value is 217 (85.16% from 255 or 36.84% from 589); Blue value is 164 (64.45% from 255 or 27.84% from 589); Max value from RGB is 217 - color contains mainly: green. Hex color #D0D9A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D9A4 is #2F265B. Grayscale: #D0D0D0. Windows color (decimal): -3090012 or 10803664. OLE color: 10803664.

HSL color Cylindrical-coordinate representation of color #D0D9A4: hue angle of 70.19º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0D9A4 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 217 164 -
CMYK 0.04 0 0.24 0.15
HSL 70.19º 0.41% 0.75% -
HSV(B) 70.19º 0.24% 0.85% -
XYZ 57.53 65.72 44.77 -
YUV 208.27 103.02 127.81 -
System Red Green Blue C M Y K H S L
Decimal 208 217 164 0.04 0 0.24 0.15 70.19 0.41 0.75
Hex D0 D9 A4 4 0 18 F 46 29 4B
Octal 320 331 244 4 0 30 17 106 51 113
Binary 11010000 11011001 10100100 100 0 11000 1111 1000110 101001 1001011

Color Harmonies of #D0D9A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D9A4

Black with #D0D9A4

Text Example


Text Example

White with #D0D9A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D9A4; }

 p { color: rgb(208,217,164); }

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

background-color css

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

 a { background-color: rgb(208,217,164); }

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

border-color css

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

 span { border-color: rgb(208,217,164); }

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