Html Css Color HEX #D4DB9C Orinoco

📋 copy color: '#D4DB9C'

red 212 ◦ green 219 ◦ blue 156

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

Shades of Orinoco #D4DB9C

Tints of Orinoco #D4DB9C

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.31%

 BLUE value IS 156 (61.33% from 255) = 26.58%

R = 36.12%
G = 37.31%
B = 26.58%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#D4DB9C (or 0xD4DB9C) is known color: Orinoco. HEX triplet: D4, DB and 9C. RGB value is (212,219,156). Sum of RGB (Red+Green+Blue) = 212+219+156=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 156 (61.33% from 255 or 26.58% from 587); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DB9C is #2B2463. Grayscale: #D1D1D1. Windows color (decimal): -2827364 or 10279892. OLE color: 10279892.

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

Color convert

RGB 212 219 156 -
CMYK 0.03 0 0.29 0.14
HSL 66.67º 0.47% 0.74% -
HSV(B) 66.67º 0.29% 0.86% -
XYZ 58.48 67.06 41.31 -
YUV 209.73 97.68 129.62 -
System Red Green Blue C M Y K H S L
Decimal 212 219 156 0.03 0 0.29 0.14 66.67 0.47 0.74
Hex D4 DB 9C 3 0 1D E 43 2F 4A
Octal 324 333 234 3 0 35 16 103 57 112
Binary 11010100 11011011 10011100 11 0 11101 1110 1000011 101111 1001010

Color Harmonies of #D4DB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DB9C

Black with #D4DB9C

Text Example


Text Example

White with #D4DB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DB9C; }

 p { color: rgb(212,219,156); }

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

background-color css

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

 a { background-color: rgb(212,219,156); }

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

border-color css

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

 span { border-color: rgb(212,219,156); }

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