Html Css Color HEX #CCD34D Wattle

📋 copy color: '#CCD34D'

red 204 ◦ green 211 ◦ blue 77

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

Shades of Wattle #CCD34D

Tints of Wattle #CCD34D

RGB

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

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

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

R = 41.46%
G = 42.89%
B = 15.65%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#CCD34D (or 0xCCD34D) is known color: Wattle. HEX triplet: CC, D3 and 4D. RGB value is (204,211,77). Sum of RGB (Red+Green+Blue) = 204+211+77=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 211 (82.81% from 255 or 42.89% from 492); Blue value is 77 (30.47% from 255 or 15.65% from 492); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD34D is #332CB2. Grayscale: #C2C2C2. Windows color (decimal): -3353779 or 5100492. OLE color: 5100492.

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

Color convert

RGB 204 211 77 -
CMYK 0.03 0 0.64 0.17
HSL 63.13º 0.6% 0.56% -
HSV(B) 63.13º 0.64% 0.83% -
XYZ 49.54 59.96 15.98 -
YUV 193.63 62.18 135.4 -
System Red Green Blue C M Y K H S L
Decimal 204 211 77 0.03 0 0.64 0.17 63.13 0.6 0.56
Hex CC D3 4D 3 0 40 11 3F 3C 38
Octal 314 323 115 3 0 100 21 77 74 70
Binary 11001100 11010011 1001101 11 0 1000000 10001 111111 111100 111000

Color Harmonies of #CCD34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD34D

Black with #CCD34D

Text Example


Text Example

White with #CCD34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD34D; }

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

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

background-color css

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

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

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

border-color css

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

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

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