Html Css Color HEX #CCDA98 Reef

📋 copy color: '#CCDA98'

red 204 ◦ green 218 ◦ blue 152

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

Shades of Reef #CCDA98

Tints of Reef #CCDA98

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.98%

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

R = 35.54%
G = 37.98%
B = 26.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#CCDA98 (or 0xCCDA98) is known color: Reef. HEX triplet: CC, DA and 98. RGB value is (204,218,152). Sum of RGB (Red+Green+Blue) = 204+218+152=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 152 (59.77% from 255 or 26.48% from 574); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDA98 is #332567. Grayscale: #CECECE. Windows color (decimal): -3351912 or 10017484. OLE color: 10017484.

HSL color Cylindrical-coordinate representation of color #CCDA98: hue angle of 72.73º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCDA98 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 218 152 -
CMYK 0.06 0 0.30 0.15
HSL 72.73º 0.47% 0.73% -
HSV(B) 72.73º 0.3% 0.85% -
XYZ 55.64 65.25 39.37 -
YUV 206.29 97.36 126.37 -
System Red Green Blue C M Y K H S L
Decimal 204 218 152 0.06 0 0.30 0.15 72.73 0.47 0.73
Hex CC DA 98 6 0 1E F 49 2F 49
Octal 314 332 230 6 0 36 17 111 57 111
Binary 11001100 11011010 10011000 110 0 11110 1111 1001001 101111 1001001

Color Harmonies of #CCDA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDA98

Black with #CCDA98

Text Example


Text Example

White with #CCDA98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDA98; }

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

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

background-color css

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

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

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

border-color css

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

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

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