Html Css Color HEX #CCD03E Wattle

📋 copy color: '#CCD03E'

red 204 ◦ green 208 ◦ blue 62

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

Shades of Wattle #CCD03E

Tints of Wattle #CCD03E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.88%

 BLUE value IS 62 (24.61% from 255) = 13.08%

R = 43.04%
G = 43.88%
B = 13.08%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#CCD03E (or 0xCCD03E) is known color: Wattle. HEX triplet: CC, D0 and 3E. RGB value is (204,208,62). Sum of RGB (Red+Green+Blue) = 204+208+62=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 208 (81.64% from 255 or 43.88% from 474); Blue value is 62 (24.61% from 255 or 13.08% from 474); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD03E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD03E is #332FC1. Grayscale: #BEBEBE. Windows color (decimal): -3354562 or 4116684. OLE color: 4116684.

HSL color Cylindrical-coordinate representation of color #CCD03E: hue angle of 61.64º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCD03E is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 208 62 -
CMYK 0.02 0 0.70 0.18
HSL 61.64º 0.61% 0.53% -
HSV(B) 61.64º 0.7% 0.82% -
XYZ 48.33 58.3 13.26 -
YUV 190.16 55.67 137.87 -
System Red Green Blue C M Y K H S L
Decimal 204 208 62 0.02 0 0.70 0.18 61.64 0.61 0.53
Hex CC D0 3E 2 0 46 12 3E 3D 35
Octal 314 320 76 2 0 106 22 76 75 65
Binary 11001100 11010000 111110 10 0 1000110 10010 111110 111101 110101

Color Harmonies of #CCD03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD03E

Black with #CCD03E

Text Example


Text Example

White with #CCD03E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD03E; }

 p { color: rgb(204,208,62); }

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

background-color css

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

 a { background-color: rgb(204,208,62); }

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

border-color css

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

 span { border-color: rgb(204,208,62); }

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