Html Css Color HEX #CDDA99 Reef

📋 copy color: '#CDDA99'

red 205 ◦ green 218 ◦ blue 153

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

Shades of Reef #CDDA99

Tints of Reef #CDDA99

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.85%

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

R = 35.59%
G = 37.85%
B = 26.56%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#CDDA99 (or 0xCDDA99) is known color: Reef. HEX triplet: CD, DA and 99. RGB value is (205,218,153). Sum of RGB (Red+Green+Blue) = 205+218+153=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 218 (85.55% from 255 or 37.85% from 576); Blue value is 153 (60.16% from 255 or 26.56% from 576); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDA99 is #322566. Grayscale: #CECECE. Windows color (decimal): -3286375 or 10083021. OLE color: 10083021.

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

Color convert

RGB 205 218 153 -
CMYK 0.06 0 0.30 0.15
HSL 72º 0.47% 0.73% -
HSV(B) 72º 0.3% 0.85% -
XYZ 56 65.42 39.81 -
YUV 206.7 97.69 126.79 -
System Red Green Blue C M Y K H S L
Decimal 205 218 153 0.06 0 0.30 0.15 72 0.47 0.73
Hex CD DA 99 6 0 1E F 48 2F 49
Octal 315 332 231 6 0 36 17 110 57 111
Binary 11001101 11011010 10011001 110 0 11110 1111 1001000 101111 1001001

Color Harmonies of #CDDA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDA99

Black with #CDDA99

Text Example


Text Example

White with #CDDA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDA99; }

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

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

background-color css

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

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

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

border-color css

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

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

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