Html Css Color HEX #D4DCB7 Orinoco

📋 copy color: '#D4DCB7'

red 212 ◦ green 220 ◦ blue 183

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

Shades of Orinoco #D4DCB7

Tints of Orinoco #D4DCB7

RGB

 RED value IS 212 (83.2% from 255) = 34.47%

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

 BLUE value IS 183 (71.88% from 255) = 29.76%

R = 34.47%
G = 35.77%
B = 29.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#D4DCB7 (or 0xD4DCB7) is known color: Orinoco. HEX triplet: D4, DC and B7. RGB value is (212,220,183). Sum of RGB (Red+Green+Blue) = 212+220+183=615 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.47% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 183 (71.88% from 255 or 29.76% from 615); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DCB7 is #2B2348. Grayscale: #D5D5D5. Windows color (decimal): -2827081 or 12049620. OLE color: 12049620.

HSL color Cylindrical-coordinate representation of color #D4DCB7: hue angle of 72.97º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4DCB7 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 220 183 -
CMYK 0.04 0 0.17 0.14
HSL 72.97º 0.35% 0.79% -
HSV(B) 72.97º 0.17% 0.86% -
XYZ 61.29 68.6 54.81 -
YUV 213.39 110.85 127.01 -
System Red Green Blue C M Y K H S L
Decimal 212 220 183 0.04 0 0.17 0.14 72.97 0.35 0.79
Hex D4 DC B7 4 0 11 E 49 23 4F
Octal 324 334 267 4 0 21 16 111 43 117
Binary 11010100 11011100 10110111 100 0 10001 1110 1001001 100011 1001111

Color Harmonies of #D4DCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DCB7

Black with #D4DCB7

Text Example


Text Example

White with #D4DCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DCB7; }

 p { color: rgb(212,220,183); }

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

background-color css

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

 a { background-color: rgb(212,220,183); }

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

border-color css

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

 span { border-color: rgb(212,220,183); }

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