Html Css Color HEX #D7DBAC Orinoco

📋 copy color: '#D7DBAC'

red 215 ◦ green 219 ◦ blue 172

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

Shades of Orinoco #D7DBAC

Tints of Orinoco #D7DBAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.38%

R = 35.48%
G = 36.14%
B = 28.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#D7DBAC (or 0xD7DBAC) is known color: Orinoco. HEX triplet: D7, DB and AC. RGB value is (215,219,172). Sum of RGB (Red+Green+Blue) = 215+219+172=606 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.48% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 172 (67.58% from 255 or 28.38% from 606); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DBAC is #282453. Grayscale: #D4D4D4. Windows color (decimal): -2630740 or 11328471. OLE color: 11328471.

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

Color convert

RGB 215 219 172 -
CMYK 0.02 0 0.21 0.14
HSL 65.11º 0.39% 0.77% -
HSV(B) 65.11º 0.21% 0.86% -
XYZ 60.8 68.09 48.97 -
YUV 212.45 105.17 129.82 -
System Red Green Blue C M Y K H S L
Decimal 215 219 172 0.02 0 0.21 0.14 65.11 0.39 0.77
Hex D7 DB AC 2 0 15 E 41 27 4D
Octal 327 333 254 2 0 25 16 101 47 115
Binary 11010111 11011011 10101100 10 0 10101 1110 1000001 100111 1001101

Color Harmonies of #D7DBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DBAC

Black with #D7DBAC

Text Example


Text Example

White with #D7DBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DBAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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