Html Css Color HEX #CCD34A Wattle

📋 copy color: '#CCD34A'

red 204 ◦ green 211 ◦ blue 74

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

Shades of Wattle #CCD34A

Tints of Wattle #CCD34A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.15%

 BLUE value IS 74 (29.3% from 255) = 15.13%

R = 41.72%
G = 43.15%
B = 15.13%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#CCD34A (or 0xCCD34A) is known color: Wattle. HEX triplet: CC, D3 and 4A. RGB value is (204,211,74). Sum of RGB (Red+Green+Blue) = 204+211+74=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 211 (82.81% from 255 or 43.15% from 489); Blue value is 74 (29.30% from 255 or 15.13% from 489); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD34A is #332CB5. Grayscale: #C1C1C1. Windows color (decimal): -3353782 or 4903884. OLE color: 4903884.

HSL color Cylindrical-coordinate representation of color #CCD34A: hue angle of 63.07º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCD34A is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 211 74 -
CMYK 0.03 0 0.65 0.17
HSL 63.07º 0.61% 0.56% -
HSV(B) 63.07º 0.65% 0.83% -
XYZ 49.43 59.92 15.44 -
YUV 193.29 60.68 135.64 -
System Red Green Blue C M Y K H S L
Decimal 204 211 74 0.03 0 0.65 0.17 63.07 0.61 0.56
Hex CC D3 4A 3 0 41 11 3F 3D 38
Octal 314 323 112 3 0 101 21 77 75 70
Binary 11001100 11010011 1001010 11 0 1000001 10001 111111 111101 111000

Color Harmonies of #CCD34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD34A

Black with #CCD34A

Text Example


Text Example

White with #CCD34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD34A; }

 p { color: rgb(204,211,74); }

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

background-color css

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

 a { background-color: rgb(204,211,74); }

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

border-color css

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

 span { border-color: rgb(204,211,74); }

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