Html Css Color HEX #CCD24D Wattle

📋 copy color: '#CCD24D'

red 204 ◦ green 210 ◦ blue 77

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

Shades of Wattle #CCD24D

Tints of Wattle #CCD24D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.68%

R = 41.55%
G = 42.77%
B = 15.68%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#CCD24D (or 0xCCD24D) is known color: Wattle. HEX triplet: CC, D2 and 4D. RGB value is (204,210,77). Sum of RGB (Red+Green+Blue) = 204+210+77=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 210 (82.42% from 255 or 42.77% from 491); Blue value is 77 (30.47% from 255 or 15.68% from 491); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD24D is #332DB2. Grayscale: #C1C1C1. Windows color (decimal): -3354035 or 5100236. OLE color: 5100236.

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

Color convert

RGB 204 210 77 -
CMYK 0.03 0 0.63 0.18
HSL 62.71º 0.6% 0.56% -
HSV(B) 62.71º 0.63% 0.82% -
XYZ 49.29 59.47 15.9 -
YUV 193.04 62.51 135.81 -
System Red Green Blue C M Y K H S L
Decimal 204 210 77 0.03 0 0.63 0.18 62.71 0.6 0.56
Hex CC D2 4D 3 0 3F 12 3F 3C 38
Octal 314 322 115 3 0 77 22 77 74 70
Binary 11001100 11010010 1001101 11 0 111111 10010 111111 111100 111000

Color Harmonies of #CCD24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD24D

Black with #CCD24D

Text Example


Text Example

White with #CCD24D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD24D; }

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

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

background-color css

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

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

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

border-color css

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

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

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