Html Css Color HEX #D4DCB4 Orinoco

📋 copy color: '#D4DCB4'

red 212 ◦ green 220 ◦ blue 180

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

Shades of Orinoco #D4DCB4

Tints of Orinoco #D4DCB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 29.41%

R = 34.64%
G = 35.95%
B = 29.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#D4DCB4 (or 0xD4DCB4) is known color: Orinoco. HEX triplet: D4, DC and B4. RGB value is (212,220,180). Sum of RGB (Red+Green+Blue) = 212+220+180=612 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.64% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 180 (70.70% from 255 or 29.41% from 612); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DCB4 is #2B234B. Grayscale: #D5D5D5. Windows color (decimal): -2827084 or 11853012. OLE color: 11853012.

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

Color convert

RGB 212 220 180 -
CMYK 0.04 0 0.18 0.14
HSL 72º 0.36% 0.78% -
HSV(B) 72º 0.18% 0.86% -
XYZ 60.98 68.48 53.18 -
YUV 213.05 109.35 127.25 -
System Red Green Blue C M Y K H S L
Decimal 212 220 180 0.04 0 0.18 0.14 72 0.36 0.78
Hex D4 DC B4 4 0 12 E 48 24 4E
Octal 324 334 264 4 0 22 16 110 44 116
Binary 11010100 11011100 10110100 100 0 10010 1110 1001000 100100 1001110

Color Harmonies of #D4DCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DCB4

Black with #D4DCB4

Text Example


Text Example

White with #D4DCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DCB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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