Html Css Color HEX #CCDD97 Reef

📋 copy color: '#CCDD97'

red 204 ◦ green 221 ◦ blue 151

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

Shades of Reef #CCDD97

Tints of Reef #CCDD97

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.37%

 BLUE value IS 151 (59.38% from 255) = 26.22%

R = 35.42%
G = 38.37%
B = 26.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#CCDD97 (or 0xCCDD97) is known color: Reef. HEX triplet: CC, DD and 97. RGB value is (204,221,151). Sum of RGB (Red+Green+Blue) = 204+221+151=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 151 (59.38% from 255 or 26.22% from 576); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDD97 is #332268. Grayscale: #D0D0D0. Windows color (decimal): -3351145 or 9952716. OLE color: 9952716.

HSL color Cylindrical-coordinate representation of color #CCDD97: hue angle of 74.57º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCDD97 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 221 151 -
CMYK 0.08 0 0.32 0.13
HSL 74.57º 0.51% 0.73% -
HSV(B) 74.57º 0.32% 0.87% -
XYZ 56.34 66.78 39.2 -
YUV 207.94 95.87 125.19 -
System Red Green Blue C M Y K H S L
Decimal 204 221 151 0.08 0 0.32 0.13 74.57 0.51 0.73
Hex CC DD 97 8 0 20 D 4B 33 49
Octal 314 335 227 10 0 40 15 113 63 111
Binary 11001100 11011101 10010111 1000 0 100000 1101 1001011 110011 1001001

Color Harmonies of #CCDD97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDD97

Black with #CCDD97

Text Example


Text Example

White with #CCDD97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDD97; }

 p { color: rgb(204,221,151); }

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

background-color css

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

 a { background-color: rgb(204,221,151); }

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

border-color css

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

 span { border-color: rgb(204,221,151); }

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