Html Css Color HEX #D4DC9D Orinoco

📋 copy color: '#D4DC9D'

red 212 ◦ green 220 ◦ blue 157

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

Shades of Orinoco #D4DC9D

Tints of Orinoco #D4DC9D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.35%

 BLUE value IS 157 (61.72% from 255) = 26.66%

R = 35.99%
G = 37.35%
B = 26.66%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#D4DC9D (or 0xD4DC9D) is known color: Orinoco. HEX triplet: D4, DC and 9D. RGB value is (212,220,157). Sum of RGB (Red+Green+Blue) = 212+220+157=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 157 (61.72% from 255 or 26.66% from 589); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DC9D is #2B2362. Grayscale: #D2D2D2. Windows color (decimal): -2827107 or 10345684. OLE color: 10345684.

HSL color Cylindrical-coordinate representation of color #D4DC9D: hue angle of 67.62º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4DC9D is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 220 157 -
CMYK 0.04 0 0.29 0.14
HSL 67.62º 0.47% 0.74% -
HSV(B) 67.62º 0.29% 0.86% -
XYZ 58.83 67.62 41.85 -
YUV 210.43 97.85 129.12 -
System Red Green Blue C M Y K H S L
Decimal 212 220 157 0.04 0 0.29 0.14 67.62 0.47 0.74
Hex D4 DC 9D 4 0 1D E 44 2F 4A
Octal 324 334 235 4 0 35 16 104 57 112
Binary 11010100 11011100 10011101 100 0 11101 1110 1000100 101111 1001010

Color Harmonies of #D4DC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DC9D

Black with #D4DC9D

Text Example


Text Example

White with #D4DC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DC9D; }

 p { color: rgb(212,220,157); }

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

background-color css

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

 a { background-color: rgb(212,220,157); }

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

border-color css

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

 span { border-color: rgb(212,220,157); }

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