Html Css Color HEX #CCDD98 Reef

📋 copy color: '#CCDD98'

red 204 ◦ green 221 ◦ blue 152

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

Shades of Reef #CCDD98

Tints of Reef #CCDD98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 26.34%

R = 35.36%
G = 38.3%
B = 26.34%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#CCDD98 (or 0xCCDD98) is known color: Reef. HEX triplet: CC, DD and 98. RGB value is (204,221,152). Sum of RGB (Red+Green+Blue) = 204+221+152=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 152 (59.77% from 255 or 26.34% from 577); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDD98 is #332267. Grayscale: #D0D0D0. Windows color (decimal): -3351144 or 10018252. OLE color: 10018252.

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

Color convert

RGB 204 221 152 -
CMYK 0.08 0 0.31 0.13
HSL 74.78º 0.5% 0.73% -
HSV(B) 74.78º 0.31% 0.87% -
XYZ 56.43 66.82 39.63 -
YUV 208.05 96.37 125.11 -
System Red Green Blue C M Y K H S L
Decimal 204 221 152 0.08 0 0.31 0.13 74.78 0.5 0.73
Hex CC DD 98 8 0 1F D 4B 32 49
Octal 314 335 230 10 0 37 15 113 62 111
Binary 11001100 11011101 10011000 1000 0 11111 1101 1001011 110010 1001001

Color Harmonies of #CCDD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDD98

Black with #CCDD98

Text Example


Text Example

White with #CCDD98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDD98; }

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

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

background-color css

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

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

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

border-color css

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

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

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