Html Css Color HEX #D4DBAD Orinoco

📋 copy color: '#D4DBAD'

red 212 ◦ green 219 ◦ blue 173

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

Shades of Orinoco #D4DBAD

Tints of Orinoco #D4DBAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 28.64%

R = 35.1%
G = 36.26%
B = 28.64%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#D4DBAD (or 0xD4DBAD) is known color: Orinoco. HEX triplet: D4, DB and AD. RGB value is (212,219,173). Sum of RGB (Red+Green+Blue) = 212+219+173=604 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.10% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 173 (67.97% from 255 or 28.64% from 604); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DBAD is #2B2452. Grayscale: #D3D3D3. Windows color (decimal): -2827347 or 11394004. OLE color: 11394004.

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

Color convert

RGB 212 219 173 -
CMYK 0.03 0 0.21 0.14
HSL 69.13º 0.39% 0.77% -
HSV(B) 69.13º 0.21% 0.86% -
XYZ 60.03 67.68 49.43 -
YUV 211.66 106.18 128.24 -
System Red Green Blue C M Y K H S L
Decimal 212 219 173 0.03 0 0.21 0.14 69.13 0.39 0.77
Hex D4 DB AD 3 0 15 E 45 27 4D
Octal 324 333 255 3 0 25 16 105 47 115
Binary 11010100 11011011 10101101 11 0 10101 1110 1000101 100111 1001101

Color Harmonies of #D4DBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DBAD

Black with #D4DBAD

Text Example


Text Example

White with #D4DBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DBAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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