Html Css Color HEX #D7DBB2 Orinoco

📋 copy color: '#D7DBB2'

red 215 ◦ green 219 ◦ blue 178

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

Shades of Orinoco #D7DBB2

Tints of Orinoco #D7DBB2

RGB

 RED value IS 215 (84.38% from 255) = 35.13%

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

 BLUE value IS 178 (69.92% from 255) = 29.08%

R = 35.13%
G = 35.78%
B = 29.08%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#D7DBB2 (or 0xD7DBB2) is known color: Orinoco. HEX triplet: D7, DB and B2. RGB value is (215,219,178). Sum of RGB (Red+Green+Blue) = 215+219+178=612 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.13% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 178 (69.92% from 255 or 29.08% from 612); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DBB2 is #28244D. Grayscale: #D5D5D5. Windows color (decimal): -2630734 or 11721687. OLE color: 11721687.

HSL color Cylindrical-coordinate representation of color #D7DBB2: hue angle of 65.85º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D7DBB2 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 219 178 -
CMYK 0.02 0 0.19 0.14
HSL 65.85º 0.36% 0.78% -
HSV(B) 65.85º 0.19% 0.86% -
XYZ 61.39 68.32 52.07 -
YUV 213.13 108.17 129.33 -
System Red Green Blue C M Y K H S L
Decimal 215 219 178 0.02 0 0.19 0.14 65.85 0.36 0.78
Hex D7 DB B2 2 0 13 E 42 24 4E
Octal 327 333 262 2 0 23 16 102 44 116
Binary 11010111 11011011 10110010 10 0 10011 1110 1000010 100100 1001110

Color Harmonies of #D7DBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DBB2

Black with #D7DBB2

Text Example


Text Example

White with #D7DBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DBB2; }

 p { color: rgb(215,219,178); }

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

background-color css

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

 a { background-color: rgb(215,219,178); }

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

border-color css

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

 span { border-color: rgb(215,219,178); }

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