Html Css Color HEX #CCDC99 Reef

📋 copy color: '#CCDC99'

red 204 ◦ green 220 ◦ blue 153

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

Shades of Reef #CCDC99

Tints of Reef #CCDC99

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.13%

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

R = 35.36%
G = 38.13%
B = 26.52%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#CCDC99 (or 0xCCDC99) is known color: Reef. HEX triplet: CC, DC and 99. RGB value is (204,220,153). Sum of RGB (Red+Green+Blue) = 204+220+153=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 153 (60.16% from 255 or 26.52% from 577); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDC99 is #332366. Grayscale: #CFCFCF. Windows color (decimal): -3351399 or 10083532. OLE color: 10083532.

HSL color Cylindrical-coordinate representation of color #CCDC99: hue angle of 74.33º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCDC99 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 220 153 -
CMYK 0.07 0 0.30 0.14
HSL 74.33º 0.49% 0.73% -
HSV(B) 74.33º 0.3% 0.86% -
XYZ 56.24 66.32 39.97 -
YUV 207.58 97.2 125.45 -
System Red Green Blue C M Y K H S L
Decimal 204 220 153 0.07 0 0.30 0.14 74.33 0.49 0.73
Hex CC DC 99 7 0 1E E 4A 31 49
Octal 314 334 231 7 0 36 16 112 61 111
Binary 11001100 11011100 10011001 111 0 11110 1110 1001010 110001 1001001

Color Harmonies of #CCDC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDC99

Black with #CCDC99

Text Example


Text Example

White with #CCDC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDC99; }

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

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

background-color css

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

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

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

border-color css

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

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

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