Html Css Color HEX #CCDC96 Reef

📋 copy color: '#CCDC96'

red 204 ◦ green 220 ◦ blue 150

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

Shades of Reef #CCDC96

Tints of Reef #CCDC96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.13%

R = 35.54%
G = 38.33%
B = 26.13%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#CCDC96 (or 0xCCDC96) is known color: Reef. HEX triplet: CC, DC and 96. RGB value is (204,220,150). Sum of RGB (Red+Green+Blue) = 204+220+150=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 150 (58.98% from 255 or 26.13% from 574); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDC96 is #332369. Grayscale: #CFCFCF. Windows color (decimal): -3351402 or 9886924. OLE color: 9886924.

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

Color convert

RGB 204 220 150 -
CMYK 0.07 0 0.32 0.14
HSL 73.71º 0.5% 0.73% -
HSV(B) 73.71º 0.32% 0.86% -
XYZ 56 66.23 38.69 -
YUV 207.24 95.7 125.69 -
System Red Green Blue C M Y K H S L
Decimal 204 220 150 0.07 0 0.32 0.14 73.71 0.5 0.73
Hex CC DC 96 7 0 20 E 4A 32 49
Octal 314 334 226 7 0 40 16 112 62 111
Binary 11001100 11011100 10010110 111 0 100000 1110 1001010 110010 1001001

Color Harmonies of #CCDC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDC96

Black with #CCDC96

Text Example


Text Example

White with #CCDC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDC96; }

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

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

background-color css

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

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

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

border-color css

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

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

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