Html Css Color HEX #D0D8AF Orinoco

📋 copy color: '#D0D8AF'

red 208 ◦ green 216 ◦ blue 175

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

Shades of Orinoco #D0D8AF

Tints of Orinoco #D0D8AF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.06%

 BLUE value IS 175 (68.75% from 255) = 29.22%

R = 34.72%
G = 36.06%
B = 29.22%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D0D8AF (or 0xD0D8AF) is known color: Orinoco. HEX triplet: D0, D8 and AF. RGB value is (208,216,175). Sum of RGB (Red+Green+Blue) = 208+216+175=599 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.72% from 599); Green value is 216 (84.77% from 255 or 36.06% from 599); Blue value is 175 (68.75% from 255 or 29.22% from 599); Max value from RGB is 216 - color contains mainly: green. Hex color #D0D8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D8AF is #2F2750. Grayscale: #D1D1D1. Windows color (decimal): -3090257 or 11524304. OLE color: 11524304.

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

Color convert

RGB 208 216 175 -
CMYK 0.04 0 0.19 0.15
HSL 71.71º 0.34% 0.77% -
HSV(B) 71.71º 0.19% 0.85% -
XYZ 58.31 65.62 50.15 -
YUV 208.93 108.85 127.33 -
System Red Green Blue C M Y K H S L
Decimal 208 216 175 0.04 0 0.19 0.15 71.71 0.34 0.77
Hex D0 D8 AF 4 0 13 F 48 22 4D
Octal 320 330 257 4 0 23 17 110 42 115
Binary 11010000 11011000 10101111 100 0 10011 1111 1001000 100010 1001101

Color Harmonies of #D0D8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D8AF

Black with #D0D8AF

Text Example


Text Example

White with #D0D8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D8AF; }

 p { color: rgb(208,216,175); }

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

background-color css

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

 a { background-color: rgb(208,216,175); }

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

border-color css

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

 span { border-color: rgb(208,216,175); }

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