Html Css Color HEX #D0D69B Orinoco

📋 copy color: '#D0D69B'

red 208 ◦ green 214 ◦ blue 155

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

Shades of Orinoco #D0D69B

Tints of Orinoco #D0D69B

RGB

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

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

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

R = 36.05%
G = 37.09%
B = 26.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D0D69B (or 0xD0D69B) is known color: Orinoco. HEX triplet: D0, D6 and 9B. RGB value is (208,214,155). Sum of RGB (Red+Green+Blue) = 208+214+155=577 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.05% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 155 (60.94% from 255 or 26.86% from 577); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D69B is #2F2964. Grayscale: #CDCDCD. Windows color (decimal): -3090789 or 10213072. OLE color: 10213072.

HSL color Cylindrical-coordinate representation of color #D0D69B: hue angle of 66.1º 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 #D0D69B is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 214 155 -
CMYK 0.03 0 0.28 0.16
HSL 66.1º 0.42% 0.72% -
HSV(B) 66.1º 0.28% 0.84% -
XYZ 55.98 63.87 40.39 -
YUV 205.48 99.51 129.8 -
System Red Green Blue C M Y K H S L
Decimal 208 214 155 0.03 0 0.28 0.16 66.1 0.42 0.72
Hex D0 D6 9B 3 0 1C 10 42 2A 48
Octal 320 326 233 3 0 34 20 102 52 110
Binary 11010000 11010110 10011011 11 0 11100 10000 1000010 101010 1001000

Color Harmonies of #D0D69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D69B

Black with #D0D69B

Text Example


Text Example

White with #D0D69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D69B; }

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

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

background-color css

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

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

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

border-color css

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

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

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