Html Css Color HEX #CDD8A9 Orinoco

📋 copy color: '#CDD8A9'

red 205 ◦ green 216 ◦ blue 169

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

Shades of Orinoco #CDD8A9

Tints of Orinoco #CDD8A9

RGB

 RED value IS 205 (80.47% from 255) = 34.75%

 GREEN value IS 216 (84.77% from 255) = 36.61%

 BLUE value IS 169 (66.41% from 255) = 28.64%

R = 34.75%
G = 36.61%
B = 28.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#CDD8A9 (or 0xCDD8A9) is known color: Orinoco. HEX triplet: CD, D8 and A9. RGB value is (205,216,169). Sum of RGB (Red+Green+Blue) = 205+216+169=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 216 (84.77% from 255 or 36.61% from 590); Blue value is 169 (66.41% from 255 or 28.64% from 590); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD8A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD8A9 is #322756. Grayscale: #CFCFCF. Windows color (decimal): -3286871 or 11131085. OLE color: 11131085.

HSL color Cylindrical-coordinate representation of color #CDD8A9: hue angle of 74.04º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDD8A9 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 216 169 -
CMYK 0.05 0 0.22 0.15
HSL 74.04º 0.38% 0.75% -
HSV(B) 74.04º 0.22% 0.85% -
XYZ 56.89 64.96 47.08 -
YUV 207.35 106.36 126.32 -
System Red Green Blue C M Y K H S L
Decimal 205 216 169 0.05 0 0.22 0.15 74.04 0.38 0.75
Hex CD D8 A9 5 0 16 F 4A 26 4B
Octal 315 330 251 5 0 26 17 112 46 113
Binary 11001101 11011000 10101001 101 0 10110 1111 1001010 100110 1001011

Color Harmonies of #CDD8A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD8A9

Black with #CDD8A9

Text Example


Text Example

White with #CDD8A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD8A9; }

 p { color: rgb(205,216,169); }

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

background-color css

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

 a { background-color: rgb(205,216,169); }

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

border-color css

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

 span { border-color: rgb(205,216,169); }

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