Html Css Color HEX #CCDA9D Reef

📋 copy color: '#CCDA9D'

red 204 ◦ green 218 ◦ blue 157

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

Shades of Reef #CCDA9D

Tints of Reef #CCDA9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.12%

R = 35.23%
G = 37.65%
B = 27.12%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#CCDA9D (or 0xCCDA9D) is known color: Reef. HEX triplet: CC, DA and 9D. RGB value is (204,218,157). Sum of RGB (Red+Green+Blue) = 204+218+157=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 157 (61.72% from 255 or 27.12% from 579); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDA9D is #332562. Grayscale: #CFCFCF. Windows color (decimal): -3351907 or 10345164. OLE color: 10345164.

HSL color Cylindrical-coordinate representation of color #CCDA9D: hue angle of 73.77º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCDA9D is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 218 157 -
CMYK 0.06 0 0.28 0.15
HSL 73.77º 0.45% 0.74% -
HSV(B) 73.77º 0.28% 0.85% -
XYZ 56.06 65.41 41.57 -
YUV 206.86 99.86 125.96 -
System Red Green Blue C M Y K H S L
Decimal 204 218 157 0.06 0 0.28 0.15 73.77 0.45 0.74
Hex CC DA 9D 6 0 1C F 4A 2D 4A
Octal 314 332 235 6 0 34 17 112 55 112
Binary 11001100 11011010 10011101 110 0 11100 1111 1001010 101101 1001010

Color Harmonies of #CCDA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDA9D

Black with #CCDA9D

Text Example


Text Example

White with #CCDA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDA9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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