Html Css Color HEX #D4DFAB Orinoco

📋 copy color: '#D4DFAB'

red 212 ◦ green 223 ◦ blue 171

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

Shades of Orinoco #D4DFAB

Tints of Orinoco #D4DFAB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.8%

 BLUE value IS 171 (67.19% from 255) = 28.22%

R = 34.98%
G = 36.8%
B = 28.22%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#D4DFAB (or 0xD4DFAB) is known color: Orinoco. HEX triplet: D4, DF and AB. RGB value is (212,223,171). Sum of RGB (Red+Green+Blue) = 212+223+171=606 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.98% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 171 (67.19% from 255 or 28.22% from 606); Max value from RGB is 223 - color contains mainly: green. Hex color #D4DFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DFAB is #2B2054. Grayscale: #D5D5D5. Windows color (decimal): -2826325 or 11263956. OLE color: 11263956.

HSL color Cylindrical-coordinate representation of color #D4DFAB: hue angle of 72.69º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4DFAB is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 223 171 -
CMYK 0.05 0 0.23 0.13
HSL 72.69º 0.45% 0.77% -
HSV(B) 72.69º 0.23% 0.87% -
XYZ 60.89 69.71 48.77 -
YUV 213.78 103.86 126.73 -
System Red Green Blue C M Y K H S L
Decimal 212 223 171 0.05 0 0.23 0.13 72.69 0.45 0.77
Hex D4 DF AB 5 0 17 D 49 2D 4D
Octal 324 337 253 5 0 27 15 111 55 115
Binary 11010100 11011111 10101011 101 0 10111 1101 1001001 101101 1001101

Color Harmonies of #D4DFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DFAB

Black with #D4DFAB

Text Example


Text Example

White with #D4DFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DFAB; }

 p { color: rgb(212,223,171); }

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

background-color css

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

 a { background-color: rgb(212,223,171); }

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

border-color css

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

 span { border-color: rgb(212,223,171); }

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