Html Css Color HEX #D4DBA7 Orinoco

📋 copy color: '#D4DBA7'

red 212 ◦ green 219 ◦ blue 167

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

Shades of Orinoco #D4DBA7

Tints of Orinoco #D4DBA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 27.93%

R = 35.45%
G = 36.62%
B = 27.93%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#D4DBA7 (or 0xD4DBA7) is known color: Orinoco. HEX triplet: D4, DB and A7. RGB value is (212,219,167). Sum of RGB (Red+Green+Blue) = 212+219+167=598 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.45% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 167 (65.62% from 255 or 27.93% from 598); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DBA7 is #2B2458. Grayscale: #D3D3D3. Windows color (decimal): -2827353 or 11000788. OLE color: 11000788.

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

Color convert

RGB 212 219 167 -
CMYK 0.03 0 0.24 0.14
HSL 68.08º 0.42% 0.76% -
HSV(B) 68.08º 0.24% 0.86% -
XYZ 59.46 67.45 46.44 -
YUV 210.98 103.18 128.73 -
System Red Green Blue C M Y K H S L
Decimal 212 219 167 0.03 0 0.24 0.14 68.08 0.42 0.76
Hex D4 DB A7 3 0 18 E 44 2A 4C
Octal 324 333 247 3 0 30 16 104 52 114
Binary 11010100 11011011 10100111 11 0 11000 1110 1000100 101010 1001100

Color Harmonies of #D4DBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DBA7

Black with #D4DBA7

Text Example


Text Example

White with #D4DBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DBA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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