Html Css Color HEX #CCDC9A Reef

📋 copy color: '#CCDC9A'

red 204 ◦ green 220 ◦ blue 154

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

Shades of Reef #CCDC9A

Tints of Reef #CCDC9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 26.64%

R = 35.29%
G = 38.06%
B = 26.64%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#CCDC9A (or 0xCCDC9A) is known color: Reef. HEX triplet: CC, DC and 9A. RGB value is (204,220,154). Sum of RGB (Red+Green+Blue) = 204+220+154=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 154 (60.55% from 255 or 26.64% from 578); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDC9A is #332365. Grayscale: #CFCFCF. Windows color (decimal): -3351398 or 10149068. OLE color: 10149068.

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

Color convert

RGB 204 220 154 -
CMYK 0.07 0 0.3 0.14
HSL 74.55º 0.49% 0.73% -
HSV(B) 74.55º 0.3% 0.86% -
XYZ 56.33 66.36 40.41 -
YUV 207.69 97.7 125.37 -
System Red Green Blue C M Y K H S L
Decimal 204 220 154 0.07 0 0.3 0.14 74.55 0.49 0.73
Hex CC DC 9A 7 0 1E E 4B 31 49
Octal 314 334 232 7 0 36 16 113 61 111
Binary 11001100 11011100 10011010 111 0 11110 1110 1001011 110001 1001001

Color Harmonies of #CCDC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDC9A

Black with #CCDC9A

Text Example


Text Example

White with #CCDC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDC9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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