Html Css Color HEX #CCDA99 Reef

📋 copy color: '#CCDA99'

red 204 ◦ green 218 ◦ blue 153

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

Shades of Reef #CCDA99

Tints of Reef #CCDA99

RGB

 RED value IS 204 (80.08% from 255) = 35.48%

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

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

R = 35.48%
G = 37.91%
B = 26.61%

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

#CCDA99 (or 0xCCDA99) is known color: Reef. HEX triplet: CC, DA and 99. RGB value is (204,218,153). Sum of RGB (Red+Green+Blue) = 204+218+153=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 218 (85.55% from 255 or 37.91% from 575); Blue value is 153 (60.16% from 255 or 26.61% from 575); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDA99 is #332566. Grayscale: #CECECE. Windows color (decimal): -3351911 or 10083020. OLE color: 10083020.

HSL color Cylindrical-coordinate representation of color #CCDA99: hue angle of 72.92º 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 #CCDA99 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 218 153 -
CMYK 0.06 0 0.30 0.15
HSL 72.92º 0.47% 0.73% -
HSV(B) 72.92º 0.3% 0.85% -
XYZ 55.72 65.28 39.8 -
YUV 206.4 97.86 126.29 -
System Red Green Blue C M Y K H S L
Decimal 204 218 153 0.06 0 0.30 0.15 72.92 0.47 0.73
Hex CC DA 99 6 0 1E F 49 2F 49
Octal 314 332 231 6 0 36 17 111 57 111
Binary 11001100 11011010 10011001 110 0 11110 1111 1001001 101111 1001001

Color Harmonies of #CCDA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDA99

Black with #CCDA99

Text Example


Text Example

White with #CCDA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDA99; }

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

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

background-color css

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

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

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

border-color css

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

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

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