Html Css Color HEX #CCD34C Wattle

📋 copy color: '#CCD34C'

red 204 ◦ green 211 ◦ blue 76

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

Shades of Wattle #CCD34C

Tints of Wattle #CCD34C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.48%

R = 41.55%
G = 42.97%
B = 15.48%

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

#CCD34C (or 0xCCD34C) is known color: Wattle. HEX triplet: CC, D3 and 4C. RGB value is (204,211,76). Sum of RGB (Red+Green+Blue) = 204+211+76=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 211 (82.81% from 255 or 42.97% from 491); Blue value is 76 (30.08% from 255 or 15.48% from 491); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD34C is #332CB3. Grayscale: #C2C2C2. Windows color (decimal): -3353780 or 5034956. OLE color: 5034956.

HSL color Cylindrical-coordinate representation of color #CCD34C: hue angle of 63.11º degrees, saturation: 0.61, 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 #CCD34C is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 211 76 -
CMYK 0.03 0 0.64 0.17
HSL 63.11º 0.61% 0.56% -
HSV(B) 63.11º 0.64% 0.83% -
XYZ 49.5 59.95 15.8 -
YUV 193.52 61.68 135.48 -
System Red Green Blue C M Y K H S L
Decimal 204 211 76 0.03 0 0.64 0.17 63.11 0.61 0.56
Hex CC D3 4C 3 0 40 11 3F 3D 38
Octal 314 323 114 3 0 100 21 77 75 70
Binary 11001100 11010011 1001100 11 0 1000000 10001 111111 111101 111000

Color Harmonies of #CCD34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD34C

Black with #CCD34C

Text Example


Text Example

White with #CCD34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD34C; }

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

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

background-color css

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

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

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

border-color css

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

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

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