Html Css Color HEX #D5DCAC Orinoco

📋 copy color: '#D5DCAC'

red 213 ◦ green 220 ◦ blue 172

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

Shades of Orinoco #D5DCAC

Tints of Orinoco #D5DCAC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.36%

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

R = 35.21%
G = 36.36%
B = 28.43%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#D5DCAC (or 0xD5DCAC) is known color: Orinoco. HEX triplet: D5, DC and AC. RGB value is (213,220,172). Sum of RGB (Red+Green+Blue) = 213+220+172=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 172 (67.58% from 255 or 28.43% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DCAC is #2A2353. Grayscale: #D4D4D4. Windows color (decimal): -2761556 or 11328725. OLE color: 11328725.

HSL color Cylindrical-coordinate representation of color #D5DCAC: hue angle of 68.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5DCAC is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 220 172 -
CMYK 0.03 0 0.22 0.14
HSL 68.75º 0.41% 0.77% -
HSV(B) 68.75º 0.22% 0.86% -
XYZ 60.48 68.31 49.03 -
YUV 212.44 105.18 128.4 -
System Red Green Blue C M Y K H S L
Decimal 213 220 172 0.03 0 0.22 0.14 68.75 0.41 0.77
Hex D5 DC AC 3 0 16 E 45 29 4D
Octal 325 334 254 3 0 26 16 105 51 115
Binary 11010101 11011100 10101100 11 0 10110 1110 1000101 101001 1001101

Color Harmonies of #D5DCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DCAC

Black with #D5DCAC

Text Example


Text Example

White with #D5DCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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