Html Css Color HEX #CDD99F Orinoco

📋 copy color: '#CDD99F'

red 205 ◦ green 217 ◦ blue 159

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

Shades of Orinoco #CDD99F

Tints of Orinoco #CDD99F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.35%

 BLUE value IS 159 (62.5% from 255) = 27.37%

R = 35.28%
G = 37.35%
B = 27.37%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#CDD99F (or 0xCDD99F) is known color: Orinoco. HEX triplet: CD, D9 and 9F. RGB value is (205,217,159). Sum of RGB (Red+Green+Blue) = 205+217+159=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 217 (85.16% from 255 or 37.35% from 581); Blue value is 159 (62.5% from 255 or 27.37% from 581); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD99F is #322660. Grayscale: #CFCFCF. Windows color (decimal): -3286625 or 10475981. OLE color: 10475981.

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

Color convert

RGB 205 217 159 -
CMYK 0.06 0 0.27 0.15
HSL 72.41º 0.43% 0.74% -
HSV(B) 72.41º 0.27% 0.85% -
XYZ 56.25 65.11 42.4 -
YUV 206.8 101.02 126.72 -
System Red Green Blue C M Y K H S L
Decimal 205 217 159 0.06 0 0.27 0.15 72.41 0.43 0.74
Hex CD D9 9F 6 0 1B F 48 2B 4A
Octal 315 331 237 6 0 33 17 110 53 112
Binary 11001101 11011001 10011111 110 0 11011 1111 1001000 101011 1001010

Color Harmonies of #CDD99F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD99F

Black with #CDD99F

Text Example


Text Example

White with #CDD99F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD99F; }

 p { color: rgb(205,217,159); }

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

background-color css

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

 a { background-color: rgb(205,217,159); }

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

border-color css

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

 span { border-color: rgb(205,217,159); }

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