Html Css Color HEX #CDD69D Orinoco

📋 copy color: '#CDD69D'

red 205 ◦ green 214 ◦ blue 157

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

Shades of Orinoco #CDD69D

Tints of Orinoco #CDD69D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.15%

 BLUE value IS 157 (61.72% from 255) = 27.26%

R = 35.59%
G = 37.15%
B = 27.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#CDD69D (or 0xCDD69D) is known color: Orinoco. HEX triplet: CD, D6 and 9D. RGB value is (205,214,157). Sum of RGB (Red+Green+Blue) = 205+214+157=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 214 (83.98% from 255 or 37.15% from 576); Blue value is 157 (61.72% from 255 or 27.26% from 576); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD69D is #322962. Grayscale: #CDCDCD. Windows color (decimal): -3287395 or 10344141. OLE color: 10344141.

HSL color Cylindrical-coordinate representation of color #CDD69D: hue angle of 69.47º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDD69D is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 214 157 -
CMYK 0.04 0 0.27 0.16
HSL 69.47º 0.41% 0.73% -
HSV(B) 69.47º 0.27% 0.84% -
XYZ 55.31 63.51 41.24 -
YUV 204.81 101.02 128.13 -
System Red Green Blue C M Y K H S L
Decimal 205 214 157 0.04 0 0.27 0.16 69.47 0.41 0.73
Hex CD D6 9D 4 0 1B 10 45 29 49
Octal 315 326 235 4 0 33 20 105 51 111
Binary 11001101 11010110 10011101 100 0 11011 10000 1000101 101001 1001001

Color Harmonies of #CDD69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD69D

Black with #CDD69D

Text Example


Text Example

White with #CDD69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD69D; }

 p { color: rgb(205,214,157); }

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

background-color css

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

 a { background-color: rgb(205,214,157); }

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

border-color css

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

 span { border-color: rgb(205,214,157); }

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