Html Css Color HEX #D0D7AE Orinoco

📋 copy color: '#D0D7AE'

red 208 ◦ green 215 ◦ blue 174

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

Shades of Orinoco #D0D7AE

Tints of Orinoco #D0D7AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 29.15%

R = 34.84%
G = 36.01%
B = 29.15%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D0D7AE (or 0xD0D7AE) is known color: Orinoco. HEX triplet: D0, D7 and AE. RGB value is (208,215,174). Sum of RGB (Red+Green+Blue) = 208+215+174=597 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.84% from 597); Green value is 215 (84.38% from 255 or 36.01% from 597); Blue value is 174 (68.36% from 255 or 29.15% from 597); Max value from RGB is 215 - color contains mainly: green. Hex color #D0D7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D7AE is #2F2851. Grayscale: #D0D0D0. Windows color (decimal): -3090514 or 11458512. OLE color: 11458512.

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

Color convert

RGB 208 215 174 -
CMYK 0.03 0 0.19 0.16
HSL 70.24º 0.34% 0.76% -
HSV(B) 70.24º 0.19% 0.84% -
XYZ 57.95 65.07 49.55 -
YUV 208.23 108.68 127.83 -
System Red Green Blue C M Y K H S L
Decimal 208 215 174 0.03 0 0.19 0.16 70.24 0.34 0.76
Hex D0 D7 AE 3 0 13 10 46 22 4C
Octal 320 327 256 3 0 23 20 106 42 114
Binary 11010000 11010111 10101110 11 0 10011 10000 1000110 100010 1001100

Color Harmonies of #D0D7AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D7AE

Black with #D0D7AE

Text Example


Text Example

White with #D0D7AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D7AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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