Html Css Color HEX #D0D69D Orinoco

📋 copy color: '#D0D69D'

red 208 ◦ green 214 ◦ blue 157

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

Shades of Orinoco #D0D69D

Tints of Orinoco #D0D69D

RGB

 RED value IS 208 (81.64% from 255) = 35.92%

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

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

R = 35.92%
G = 36.96%
B = 27.12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D0D69D (or 0xD0D69D) is known color: Orinoco. HEX triplet: D0, D6 and 9D. RGB value is (208,214,157). Sum of RGB (Red+Green+Blue) = 208+214+157=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 157 (61.72% from 255 or 27.12% from 579); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D69D is #2F2962. Grayscale: #CDCDCD. Windows color (decimal): -3090787 or 10344144. OLE color: 10344144.

HSL color Cylindrical-coordinate representation of color #D0D69D: hue angle of 66.32º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D0D69D is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 214 157 -
CMYK 0.03 0 0.27 0.16
HSL 66.32º 0.41% 0.73% -
HSV(B) 66.32º 0.27% 0.84% -
XYZ 56.14 63.94 41.28 -
YUV 205.71 100.51 129.63 -
System Red Green Blue C M Y K H S L
Decimal 208 214 157 0.03 0 0.27 0.16 66.32 0.41 0.73
Hex D0 D6 9D 3 0 1B 10 42 29 49
Octal 320 326 235 3 0 33 20 102 51 111
Binary 11010000 11010110 10011101 11 0 11011 10000 1000010 101001 1001001

Color Harmonies of #D0D69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D69D

Black with #D0D69D

Text Example


Text Example

White with #D0D69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D69D; }

 p { color: rgb(208,214,157); }

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

background-color css

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

 a { background-color: rgb(208,214,157); }

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

border-color css

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

 span { border-color: rgb(208,214,157); }

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