Html Css Color HEX #D0D7AF Orinoco

📋 copy color: '#D0D7AF'

red 208 ◦ green 215 ◦ blue 175

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

Shades of Orinoco #D0D7AF

Tints of Orinoco #D0D7AF

RGB

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

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

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

R = 34.78%
G = 35.95%
B = 29.26%

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

#D0D7AF (or 0xD0D7AF) is known color: Orinoco. HEX triplet: D0, D7 and AF. RGB value is (208,215,175). Sum of RGB (Red+Green+Blue) = 208+215+175=598 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.78% from 598); Green value is 215 (84.38% from 255 or 35.95% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 215 - color contains mainly: green. Hex color #D0D7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D7AF is #2F2850. Grayscale: #D0D0D0. Windows color (decimal): -3090513 or 11524048. OLE color: 11524048.

HSL color Cylindrical-coordinate representation of color #D0D7AF: hue angle of 70.5º degrees, saturation: 0.33, 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 #D0D7AF is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 215 175 -
CMYK 0.03 0 0.19 0.16
HSL 70.5º 0.33% 0.76% -
HSV(B) 70.5º 0.19% 0.84% -
XYZ 58.05 65.11 50.06 -
YUV 208.35 109.18 127.75 -
System Red Green Blue C M Y K H S L
Decimal 208 215 175 0.03 0 0.19 0.16 70.5 0.33 0.76
Hex D0 D7 AF 3 0 13 10 46 21 4C
Octal 320 327 257 3 0 23 20 106 41 114
Binary 11010000 11010111 10101111 11 0 10011 10000 1000110 100001 1001100

Color Harmonies of #D0D7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D7AF

Black with #D0D7AF

Text Example


Text Example

White with #D0D7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D7AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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