Html Css Color HEX #CCD273 Deco

📋 copy color: '#CCD273'

red 204 ◦ green 210 ◦ blue 115

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

Shades of Deco #CCD273

Tints of Deco #CCD273

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.7%

 BLUE value IS 115 (45.31% from 255) = 21.74%

R = 38.56%
G = 39.7%
B = 21.74%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#CCD273 (or 0xCCD273) is known color: Deco. HEX triplet: CC, D2 and 73. RGB value is (204,210,115). Sum of RGB (Red+Green+Blue) = 204+210+115=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 115 (45.31% from 255 or 21.74% from 529); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD273 is #332D8C. Grayscale: #C5C5C5. Windows color (decimal): -3353997 or 7590604. OLE color: 7590604.

HSL color Cylindrical-coordinate representation of color #CCD273: hue angle of 63.79º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCD273 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 210 115 -
CMYK 0.03 0 0.45 0.18
HSL 63.79º 0.51% 0.64% -
HSV(B) 63.79º 0.45% 0.82% -
XYZ 51.04 60.17 25.14 -
YUV 197.38 81.51 132.72 -
System Red Green Blue C M Y K H S L
Decimal 204 210 115 0.03 0 0.45 0.18 63.79 0.51 0.64
Hex CC D2 73 3 0 2D 12 40 33 40
Octal 314 322 163 3 0 55 22 100 63 100
Binary 11001100 11010010 1110011 11 0 101101 10010 1000000 110011 1000000

Color Harmonies of #CCD273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD273

Black with #CCD273

Text Example


Text Example

White with #CCD273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD273; }

 p { color: rgb(204,210,115); }

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

background-color css

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

 a { background-color: rgb(204,210,115); }

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

border-color css

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

 span { border-color: rgb(204,210,115); }

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