Html Css Color HEX #D0CEA5 Orinoco

📋 copy color: '#D0CEA5'

red 208 ◦ green 206 ◦ blue 165

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

Shades of Orinoco #D0CEA5

Tints of Orinoco #D0CEA5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.58%

 BLUE value IS 165 (64.84% from 255) = 28.5%

R = 35.92%
G = 35.58%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D0CEA5 (or 0xD0CEA5) is known color: Orinoco. HEX triplet: D0, CE and A5. RGB value is (208,206,165). Sum of RGB (Red+Green+Blue) = 208+206+165=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 165 (64.84% from 255 or 28.50% from 579); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CEA5 is #2F315A. Grayscale: #CACACA. Windows color (decimal): -3092827 or 10866384. OLE color: 10866384.

HSL color Cylindrical-coordinate representation of color #D0CEA5: hue angle of 57.21º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0CEA5 is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 206 165 -
CMYK 0 0.01 0.21 0.18
HSL 57.21º 0.31% 0.73% -
HSV(B) 57.21º 0.21% 0.82% -
XYZ 54.88 60.27 44.34 -
YUV 201.92 107.16 132.33 -
System Red Green Blue C M Y K H S L
Decimal 208 206 165 0 0.01 0.21 0.18 57.21 0.31 0.73
Hex D0 CE A5 0 1 15 12 39 1F 49
Octal 320 316 245 0 1 25 22 71 37 111
Binary 11010000 11001110 10100101 0 1 10101 10010 111001 11111 1001001

Color Harmonies of #D0CEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CEA5

Black with #D0CEA5

Text Example


Text Example

White with #D0CEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CEA5; }

 p { color: rgb(208,206,165); }

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

background-color css

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

 a { background-color: rgb(208,206,165); }

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

border-color css

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

 span { border-color: rgb(208,206,165); }

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