Html Css Color HEX #D5DAAC Orinoco

📋 copy color: '#D5DAAC'

red 213 ◦ green 218 ◦ blue 172

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

Shades of Orinoco #D5DAAC

Tints of Orinoco #D5DAAC

RGB

 RED value IS 213 (83.59% from 255) = 35.32%

 GREEN value IS 218 (85.55% from 255) = 36.15%

 BLUE value IS 172 (67.58% from 255) = 28.52%

R = 35.32%
G = 36.15%
B = 28.52%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D5DAAC (or 0xD5DAAC) is known color: Orinoco. HEX triplet: D5, DA and AC. RGB value is (213,218,172). Sum of RGB (Red+Green+Blue) = 213+218+172=603 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.32% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 172 (67.58% from 255 or 28.52% from 603); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DAAC is #2A2553. Grayscale: #D3D3D3. Windows color (decimal): -2762068 or 11328213. OLE color: 11328213.

HSL color Cylindrical-coordinate representation of color #D5DAAC: hue angle of 66.52º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5DAAC is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 218 172 -
CMYK 0.02 0 0.21 0.15
HSL 66.52º 0.38% 0.76% -
HSV(B) 66.52º 0.21% 0.85% -
XYZ 59.96 67.27 48.85 -
YUV 211.26 105.84 129.24 -
System Red Green Blue C M Y K H S L
Decimal 213 218 172 0.02 0 0.21 0.15 66.52 0.38 0.76
Hex D5 DA AC 2 0 15 F 43 26 4C
Octal 325 332 254 2 0 25 17 103 46 114
Binary 11010101 11011010 10101100 10 0 10101 1111 1000011 100110 1001100

Color Harmonies of #D5DAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DAAC

Black with #D5DAAC

Text Example


Text Example

White with #D5DAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DAAC; }

 p { color: rgb(213,218,172); }

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

background-color css

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

 a { background-color: rgb(213,218,172); }

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

border-color css

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

 span { border-color: rgb(213,218,172); }

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