Html Css Color HEX #CDD3A7 Orinoco

📋 copy color: '#CDD3A7'

red 205 ◦ green 211 ◦ blue 167

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

Shades of Orinoco #CDD3A7

Tints of Orinoco #CDD3A7

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.19%

 BLUE value IS 167 (65.63% from 255) = 28.64%

R = 35.16%
G = 36.19%
B = 28.64%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.21

 K value IS 0.17

RGB Variations

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

Color information

#CDD3A7 (or 0xCDD3A7) is known color: Orinoco. HEX triplet: CD, D3 and A7. RGB value is (205,211,167). Sum of RGB (Red+Green+Blue) = 205+211+167=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 211 (82.81% from 255 or 36.19% from 583); Blue value is 167 (65.62% from 255 or 28.64% from 583); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD3A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD3A7 is #322C58. Grayscale: #CCCCCC. Windows color (decimal): -3288153 or 10998733. OLE color: 10998733.

HSL color Cylindrical-coordinate representation of color #CDD3A7: hue angle of 68.18º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDD3A7 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.17.

Color convert

RGB 205 211 167 -
CMYK 0.03 0 0.21 0.17
HSL 68.18º 0.33% 0.74% -
HSV(B) 68.18º 0.21% 0.83% -
XYZ 55.45 62.36 45.67 -
YUV 204.19 107.01 128.58 -
System Red Green Blue C M Y K H S L
Decimal 205 211 167 0.03 0 0.21 0.17 68.18 0.33 0.74
Hex CD D3 A7 3 0 15 11 44 21 4A
Octal 315 323 247 3 0 25 21 104 41 112
Binary 11001101 11010011 10100111 11 0 10101 10001 1000100 100001 1001010

Color Harmonies of #CDD3A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD3A7

Black with #CDD3A7

Text Example


Text Example

White with #CDD3A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD3A7; }

 p { color: rgb(205,211,167); }

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

background-color css

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

 a { background-color: rgb(205,211,167); }

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

border-color css

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

 span { border-color: rgb(205,211,167); }

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