Html Css Color HEX #CDD89C Orinoco

📋 copy color: '#CDD89C'

red 205 ◦ green 216 ◦ blue 156

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

Shades of Orinoco #CDD89C

Tints of Orinoco #CDD89C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.04%

R = 35.53%
G = 37.44%
B = 27.04%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#CDD89C (or 0xCDD89C) is known color: Orinoco. HEX triplet: CD, D8 and 9C. RGB value is (205,216,156). Sum of RGB (Red+Green+Blue) = 205+216+156=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 216 (84.77% from 255 or 37.44% from 577); Blue value is 156 (61.33% from 255 or 27.04% from 577); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD89C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD89C is #322763. Grayscale: #CECECE. Windows color (decimal): -3286884 or 10279117. OLE color: 10279117.

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

Color convert

RGB 205 216 156 -
CMYK 0.05 0 0.28 0.15
HSL 71º 0.43% 0.73% -
HSV(B) 71º 0.28% 0.85% -
XYZ 55.73 64.49 40.96 -
YUV 205.87 99.86 127.38 -
System Red Green Blue C M Y K H S L
Decimal 205 216 156 0.05 0 0.28 0.15 71 0.43 0.73
Hex CD D8 9C 5 0 1C F 47 2B 49
Octal 315 330 234 5 0 34 17 107 53 111
Binary 11001101 11011000 10011100 101 0 11100 1111 1000111 101011 1001001

Color Harmonies of #CDD89C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD89C

Black with #CDD89C

Text Example


Text Example

White with #CDD89C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD89C; }

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

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

background-color css

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

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

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

border-color css

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

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

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