Html Css Color HEX #CDD99A Reef

📋 copy color: '#CDD99A'

red 205 ◦ green 217 ◦ blue 154

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

Shades of Reef #CDD99A

Tints of Reef #CDD99A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 26.74%

R = 35.59%
G = 37.67%
B = 26.74%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#CDD99A (or 0xCDD99A) is known color: Reef. HEX triplet: CD, D9 and 9A. RGB value is (205,217,154). Sum of RGB (Red+Green+Blue) = 205+217+154=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 217 (85.16% from 255 or 37.67% from 576); Blue value is 154 (60.55% from 255 or 26.74% from 576); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD99A is #322665. Grayscale: #CECECE. Windows color (decimal): -3286630 or 10148301. OLE color: 10148301.

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

Color convert

RGB 205 217 154 -
CMYK 0.06 0 0.29 0.15
HSL 71.43º 0.45% 0.73% -
HSV(B) 71.43º 0.29% 0.85% -
XYZ 55.82 64.94 40.16 -
YUV 206.23 98.52 127.12 -
System Red Green Blue C M Y K H S L
Decimal 205 217 154 0.06 0 0.29 0.15 71.43 0.45 0.73
Hex CD D9 9A 6 0 1D F 47 2D 49
Octal 315 331 232 6 0 35 17 107 55 111
Binary 11001101 11011001 10011010 110 0 11101 1111 1000111 101101 1001001

Color Harmonies of #CDD99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD99A

Black with #CDD99A

Text Example


Text Example

White with #CDD99A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD99A; }

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

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

background-color css

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

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

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

border-color css

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

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

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