Html Css Color HEX #CDD9AC Orinoco

📋 copy color: '#CDD9AC'

red 205 ◦ green 217 ◦ blue 172

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

Shades of Orinoco #CDD9AC

Tints of Orinoco #CDD9AC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.53%

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

R = 34.51%
G = 36.53%
B = 28.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#CDD9AC (or 0xCDD9AC) is known color: Orinoco. HEX triplet: CD, D9 and AC. RGB value is (205,217,172). Sum of RGB (Red+Green+Blue) = 205+217+172=594 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.51% from 594); Green value is 217 (85.16% from 255 or 36.53% from 594); Blue value is 172 (67.58% from 255 or 28.96% from 594); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD9AC is #322653. Grayscale: #D0D0D0. Windows color (decimal): -3286612 or 11327949. OLE color: 11327949.

HSL color Cylindrical-coordinate representation of color #CDD9AC: hue angle of 76º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDD9AC is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 217 172 -
CMYK 0.06 0 0.21 0.15
HSL 76º 0.37% 0.76% -
HSV(B) 76º 0.21% 0.85% -
XYZ 57.44 65.58 48.66 -
YUV 208.28 107.52 125.66 -
System Red Green Blue C M Y K H S L
Decimal 205 217 172 0.06 0 0.21 0.15 76 0.37 0.76
Hex CD D9 AC 6 0 15 F 4C 25 4C
Octal 315 331 254 6 0 25 17 114 45 114
Binary 11001101 11011001 10101100 110 0 10101 1111 1001100 100101 1001100

Color Harmonies of #CDD9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD9AC

Black with #CDD9AC

Text Example


Text Example

White with #CDD9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD9AC; }

 p { color: rgb(205,217,172); }

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

background-color css

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

 a { background-color: rgb(205,217,172); }

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

border-color css

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

 span { border-color: rgb(205,217,172); }

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