Html Css Color HEX #CDD7AB Orinoco

📋 copy color: '#CDD7AB'

red 205 ◦ green 215 ◦ blue 171

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

Shades of Orinoco #CDD7AB

Tints of Orinoco #CDD7AB

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.38%

 BLUE value IS 171 (67.19% from 255) = 28.93%

R = 34.69%
G = 36.38%
B = 28.93%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#CDD7AB (or 0xCDD7AB) is known color: Orinoco. HEX triplet: CD, D7 and AB. RGB value is (205,215,171). Sum of RGB (Red+Green+Blue) = 205+215+171=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 215 (84.38% from 255 or 36.38% from 591); Blue value is 171 (67.19% from 255 or 28.93% from 591); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD7AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD7AB is #322854. Grayscale: #CFCFCF. Windows color (decimal): -3287125 or 11261901. OLE color: 11261901.

HSL color Cylindrical-coordinate representation of color #CDD7AB: hue angle of 73.64º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDD7AB is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 215 171 -
CMYK 0.05 0 0.20 0.16
HSL 73.64º 0.35% 0.76% -
HSV(B) 73.64º 0.2% 0.84% -
XYZ 56.83 64.52 47.99 -
YUV 206.99 107.69 126.58 -
System Red Green Blue C M Y K H S L
Decimal 205 215 171 0.05 0 0.20 0.16 73.64 0.35 0.76
Hex CD D7 AB 5 0 14 10 4A 23 4C
Octal 315 327 253 5 0 24 20 112 43 114
Binary 11001101 11010111 10101011 101 0 10100 10000 1001010 100011 1001100

Color Harmonies of #CDD7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD7AB

Black with #CDD7AB

Text Example


Text Example

White with #CDD7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD7AB; }

 p { color: rgb(205,215,171); }

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

background-color css

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

 a { background-color: rgb(205,215,171); }

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

border-color css

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

 span { border-color: rgb(205,215,171); }

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