Html Css Color HEX #D2D69B Orinoco

📋 copy color: '#D2D69B'

red 210 ◦ green 214 ◦ blue 155

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

Shades of Orinoco #D2D69B

Tints of Orinoco #D2D69B

RGB

 RED value IS 210 (82.42% from 255) = 36.27%

 GREEN value IS 214 (83.98% from 255) = 36.96%

 BLUE value IS 155 (60.94% from 255) = 26.77%

R = 36.27%
G = 36.96%
B = 26.77%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D2D69B (or 0xD2D69B) is known color: Orinoco. HEX triplet: D2, D6 and 9B. RGB value is (210,214,155). Sum of RGB (Red+Green+Blue) = 210+214+155=579 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.27% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 155 (60.94% from 255 or 26.77% from 579); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D69B is #2D2964. Grayscale: #CECECE. Windows color (decimal): -2959717 or 10213074. OLE color: 10213074.

HSL color Cylindrical-coordinate representation of color #D2D69B: hue angle of 64.07º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D2D69B is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 214 155 -
CMYK 0.02 0 0.28 0.16
HSL 64.07º 0.42% 0.72% -
HSV(B) 64.07º 0.28% 0.84% -
XYZ 56.54 64.16 40.41 -
YUV 206.08 99.17 130.8 -
System Red Green Blue C M Y K H S L
Decimal 210 214 155 0.02 0 0.28 0.16 64.07 0.42 0.72
Hex D2 D6 9B 2 0 1C 10 40 2A 48
Octal 322 326 233 2 0 34 20 100 52 110
Binary 11010010 11010110 10011011 10 0 11100 10000 1000000 101010 1001000

Color Harmonies of #D2D69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D69B

Black with #D2D69B

Text Example


Text Example

White with #D2D69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D69B; }

 p { color: rgb(210,214,155); }

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

background-color css

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

 a { background-color: rgb(210,214,155); }

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

border-color css

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

 span { border-color: rgb(210,214,155); }

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