Html Css Color HEX #D4DBA2 Orinoco

📋 copy color: '#D4DBA2'

red 212 ◦ green 219 ◦ blue 162

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

Shades of Orinoco #D4DBA2

Tints of Orinoco #D4DBA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 27.32%

R = 35.75%
G = 36.93%
B = 27.32%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#D4DBA2 (or 0xD4DBA2) is known color: Orinoco. HEX triplet: D4, DB and A2. RGB value is (212,219,162). Sum of RGB (Red+Green+Blue) = 212+219+162=593 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.75% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 162 (63.67% from 255 or 27.32% from 593); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DBA2 is #2B245D. Grayscale: #D2D2D2. Windows color (decimal): -2827358 or 10673108. OLE color: 10673108.

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

Color convert

RGB 212 219 162 -
CMYK 0.03 0 0.26 0.14
HSL 67.37º 0.44% 0.75% -
HSV(B) 67.37º 0.26% 0.86% -
XYZ 59 67.27 44.06 -
YUV 210.41 100.68 129.13 -
System Red Green Blue C M Y K H S L
Decimal 212 219 162 0.03 0 0.26 0.14 67.37 0.44 0.75
Hex D4 DB A2 3 0 1A E 43 2C 4B
Octal 324 333 242 3 0 32 16 103 54 113
Binary 11010100 11011011 10100010 11 0 11010 1110 1000011 101100 1001011

Color Harmonies of #D4DBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DBA2

Black with #D4DBA2

Text Example


Text Example

White with #D4DBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DBA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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