Html Css Color HEX #D0D7A8 Orinoco

📋 copy color: '#D0D7A8'

red 208 ◦ green 215 ◦ blue 168

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

Shades of Orinoco #D0D7A8

Tints of Orinoco #D0D7A8

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.38%

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

R = 35.19%
G = 36.38%
B = 28.43%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D0D7A8 (or 0xD0D7A8) is known color: Orinoco. HEX triplet: D0, D7 and A8. RGB value is (208,215,168). Sum of RGB (Red+Green+Blue) = 208+215+168=591 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.19% from 591); Green value is 215 (84.38% from 255 or 36.38% from 591); Blue value is 168 (66.02% from 255 or 28.43% from 591); Max value from RGB is 215 - color contains mainly: green. Hex color #D0D7A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D7A8 is #2F2857. Grayscale: #CFCFCF. Windows color (decimal): -3090520 or 11065296. OLE color: 11065296.

HSL color Cylindrical-coordinate representation of color #D0D7A8: hue angle of 68.94º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0D7A8 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 215 168 -
CMYK 0.03 0 0.22 0.16
HSL 68.94º 0.37% 0.75% -
HSV(B) 68.94º 0.22% 0.84% -
XYZ 57.38 64.84 46.54 -
YUV 207.55 105.68 128.32 -
System Red Green Blue C M Y K H S L
Decimal 208 215 168 0.03 0 0.22 0.16 68.94 0.37 0.75
Hex D0 D7 A8 3 0 16 10 45 25 4B
Octal 320 327 250 3 0 26 20 105 45 113
Binary 11010000 11010111 10101000 11 0 10110 10000 1000101 100101 1001011

Color Harmonies of #D0D7A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D7A8

Black with #D0D7A8

Text Example


Text Example

White with #D0D7A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D7A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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