Html Css Color HEX #D4E0B0 Orinoco

📋 copy color: '#D4E0B0'

red 212 ◦ green 224 ◦ blue 176

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

Shades of Orinoco #D4E0B0

Tints of Orinoco #D4E0B0

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.6%

 BLUE value IS 176 (69.14% from 255) = 28.76%

R = 34.64%
G = 36.6%
B = 28.76%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#D4E0B0 (or 0xD4E0B0) is known color: Orinoco. HEX triplet: D4, E0 and B0. RGB value is (212,224,176). Sum of RGB (Red+Green+Blue) = 212+224+176=612 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.64% from 612); Green value is 224 (87.89% from 255 or 36.60% from 612); Blue value is 176 (69.14% from 255 or 28.76% from 612); Max value from RGB is 224 - color contains mainly: green. Hex color #D4E0B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4E0B0 is #2B1F4F. Grayscale: #D7D7D7. Windows color (decimal): -2826064 or 11591892. OLE color: 11591892.

HSL color Cylindrical-coordinate representation of color #D4E0B0: hue angle of 75º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4E0B0 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 224 176 -
CMYK 0.05 0 0.21 0.12
HSL 75º 0.44% 0.78% -
HSV(B) 75º 0.21% 0.88% -
XYZ 61.64 70.44 51.42 -
YUV 214.94 106.02 125.9 -
System Red Green Blue C M Y K H S L
Decimal 212 224 176 0.05 0 0.21 0.12 75 0.44 0.78
Hex D4 E0 B0 5 0 15 C 4B 2C 4E
Octal 324 340 260 5 0 25 14 113 54 116
Binary 11010100 11100000 10110000 101 0 10101 1100 1001011 101100 1001110

Color Harmonies of #D4E0B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E0B0

Black with #D4E0B0

Text Example


Text Example

White with #D4E0B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E0B0; }

 p { color: rgb(212,224,176); }

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

background-color css

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

 a { background-color: rgb(212,224,176); }

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

border-color css

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

 span { border-color: rgb(212,224,176); }

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