Html Css Color HEX #D4DBB4 Orinoco

📋 copy color: '#D4DBB4'

red 212 ◦ green 219 ◦ blue 180

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

Shades of Orinoco #D4DBB4

Tints of Orinoco #D4DBB4

RGB

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

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

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

R = 34.7%
G = 35.84%
B = 29.46%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#D4DBB4 (or 0xD4DBB4) is known color: Orinoco. HEX triplet: D4, DB and B4. RGB value is (212,219,180). Sum of RGB (Red+Green+Blue) = 212+219+180=611 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.70% from 611); Green value is 219 (85.94% from 255 or 35.84% from 611); Blue value is 180 (70.70% from 255 or 29.46% from 611); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DBB4 is #2B244B. Grayscale: #D4D4D4. Windows color (decimal): -2827340 or 11852756. OLE color: 11852756.

HSL color Cylindrical-coordinate representation of color #D4DBB4: hue angle of 70.77º degrees, saturation: 0.35, 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 #D4DBB4 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 219 180 -
CMYK 0.03 0 0.18 0.14
HSL 70.77º 0.35% 0.78% -
HSV(B) 70.77º 0.18% 0.86% -
XYZ 60.72 67.96 53.1 -
YUV 212.46 109.68 127.67 -
System Red Green Blue C M Y K H S L
Decimal 212 219 180 0.03 0 0.18 0.14 70.77 0.35 0.78
Hex D4 DB B4 3 0 12 E 47 23 4E
Octal 324 333 264 3 0 22 16 107 43 116
Binary 11010100 11011011 10110100 11 0 10010 1110 1000111 100011 1001110

Color Harmonies of #D4DBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DBB4

Black with #D4DBB4

Text Example


Text Example

White with #D4DBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DBB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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