Html Css Color HEX #D4DAA7 Orinoco

📋 copy color: '#D4DAA7'

red 212 ◦ green 218 ◦ blue 167

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

Shades of Orinoco #D4DAA7

Tints of Orinoco #D4DAA7

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.52%

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

R = 35.51%
G = 36.52%
B = 27.97%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D4DAA7 (or 0xD4DAA7) is known color: Orinoco. HEX triplet: D4, DA and A7. RGB value is (212,218,167). Sum of RGB (Red+Green+Blue) = 212+218+167=597 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.51% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 167 (65.62% from 255 or 27.97% from 597); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DAA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DAA7 is #2B2558. Grayscale: #D2D2D2. Windows color (decimal): -2827609 or 11000532. OLE color: 11000532.

HSL color Cylindrical-coordinate representation of color #D4DAA7: hue angle of 67.06º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4DAA7 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 218 167 -
CMYK 0.03 0 0.23 0.15
HSL 67.06º 0.41% 0.75% -
HSV(B) 67.06º 0.23% 0.85% -
XYZ 59.2 66.93 46.36 -
YUV 210.39 103.51 129.15 -
System Red Green Blue C M Y K H S L
Decimal 212 218 167 0.03 0 0.23 0.15 67.06 0.41 0.75
Hex D4 DA A7 3 0 17 F 43 29 4B
Octal 324 332 247 3 0 27 17 103 51 113
Binary 11010100 11011010 10100111 11 0 10111 1111 1000011 101001 1001011

Color Harmonies of #D4DAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DAA7

Black with #D4DAA7

Text Example


Text Example

White with #D4DAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DAA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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