Html Css Color HEX #CDDAAA Orinoco

📋 copy color: '#CDDAAA'

red 205 ◦ green 218 ◦ blue 170

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

Shades of Orinoco #CDDAAA

Tints of Orinoco #CDDAAA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.76%

 BLUE value IS 170 (66.8% from 255) = 28.67%

R = 34.57%
G = 36.76%
B = 28.67%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#CDDAAA (or 0xCDDAAA) is known color: Orinoco. HEX triplet: CD, DA and AA. RGB value is (205,218,170). Sum of RGB (Red+Green+Blue) = 205+218+170=593 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.57% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 170 (66.80% from 255 or 28.67% from 593); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDAAA is #322555. Grayscale: #D0D0D0. Windows color (decimal): -3286358 or 11197133. OLE color: 11197133.

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

Color convert

RGB 205 218 170 -
CMYK 0.06 0 0.22 0.15
HSL 76.25º 0.39% 0.76% -
HSV(B) 76.25º 0.22% 0.85% -
XYZ 57.5 66.02 47.74 -
YUV 208.64 106.19 125.4 -
System Red Green Blue C M Y K H S L
Decimal 205 218 170 0.06 0 0.22 0.15 76.25 0.39 0.76
Hex CD DA AA 6 0 16 F 4C 27 4C
Octal 315 332 252 6 0 26 17 114 47 114
Binary 11001101 11011010 10101010 110 0 10110 1111 1001100 100111 1001100

Color Harmonies of #CDDAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDAAA

Black with #CDDAAA

Text Example


Text Example

White with #CDDAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDAAA; }

 p { color: rgb(205,218,170); }

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

background-color css

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

 a { background-color: rgb(205,218,170); }

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

border-color css

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

 span { border-color: rgb(205,218,170); }

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