Html Css Color HEX #CDDD99 Reef

📋 copy color: '#CDDD99'

red 205 ◦ green 221 ◦ blue 153

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

Shades of Reef #CDDD99

Tints of Reef #CDDD99

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.17%

 BLUE value IS 153 (60.16% from 255) = 26.42%

R = 35.41%
G = 38.17%
B = 26.42%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#CDDD99 (or 0xCDDD99) is known color: Reef. HEX triplet: CD, DD and 99. RGB value is (205,221,153). Sum of RGB (Red+Green+Blue) = 205+221+153=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 153 (60.16% from 255 or 26.42% from 579); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDD99 is #322266. Grayscale: #D0D0D0. Windows color (decimal): -3285607 or 10083789. OLE color: 10083789.

HSL color Cylindrical-coordinate representation of color #CDDD99: hue angle of 74.12º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDDD99 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 221 153 -
CMYK 0.07 0 0.31 0.13
HSL 74.12º 0.5% 0.73% -
HSV(B) 74.12º 0.31% 0.87% -
XYZ 56.78 66.99 40.07 -
YUV 208.46 96.7 125.53 -
System Red Green Blue C M Y K H S L
Decimal 205 221 153 0.07 0 0.31 0.13 74.12 0.5 0.73
Hex CD DD 99 7 0 1F D 4A 32 49
Octal 315 335 231 7 0 37 15 112 62 111
Binary 11001101 11011101 10011001 111 0 11111 1101 1001010 110010 1001001

Color Harmonies of #CDDD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDD99

Black with #CDDD99

Text Example


Text Example

White with #CDDD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDD99; }

 p { color: rgb(205,221,153); }

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

background-color css

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

 a { background-color: rgb(205,221,153); }

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

border-color css

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

 span { border-color: rgb(205,221,153); }

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