Html Css Color HEX #CCD99A Reef

📋 copy color: '#CCD99A'

red 204 ◦ green 217 ◦ blue 154

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

Shades of Reef #CCD99A

Tints of Reef #CCD99A

RGB

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

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

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

R = 35.48%
G = 37.74%
B = 26.78%

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

#CCD99A (or 0xCCD99A) is known color: Reef. HEX triplet: CC, D9 and 9A. RGB value is (204,217,154). Sum of RGB (Red+Green+Blue) = 204+217+154=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 217 (85.16% from 255 or 37.74% from 575); Blue value is 154 (60.55% from 255 or 26.78% from 575); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD99A is #332665. Grayscale: #CECECE. Windows color (decimal): -3352166 or 10148300. OLE color: 10148300.

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

Color convert

RGB 204 217 154 -
CMYK 0.06 0 0.29 0.15
HSL 72.38º 0.45% 0.73% -
HSV(B) 72.38º 0.29% 0.85% -
XYZ 55.55 64.8 40.15 -
YUV 205.93 98.69 126.62 -
System Red Green Blue C M Y K H S L
Decimal 204 217 154 0.06 0 0.29 0.15 72.38 0.45 0.73
Hex CC D9 9A 6 0 1D F 48 2D 49
Octal 314 331 232 6 0 35 17 110 55 111
Binary 11001100 11011001 10011010 110 0 11101 1111 1001000 101101 1001001

Color Harmonies of #CCD99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD99A

Black with #CCD99A

Text Example


Text Example

White with #CCD99A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD99A; }

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

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

background-color css

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

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

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

border-color css

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

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

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