Html Css Color HEX #CDD44C Wattle

📋 copy color: '#CDD44C'

red 205 ◦ green 212 ◦ blue 76

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

Shades of Wattle #CDD44C

Tints of Wattle #CDD44C

RGB

 RED value IS 205 (80.47% from 255) = 41.58%

 GREEN value IS 212 (83.2% from 255) = 43%

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

R = 41.58%
G = 43%
B = 15.42%

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

#CDD44C (or 0xCDD44C) is known color: Wattle. HEX triplet: CD, D4 and 4C. RGB value is (205,212,76). Sum of RGB (Red+Green+Blue) = 205+212+76=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 212 (83.20% from 255 or 43.00% from 493); Blue value is 76 (30.08% from 255 or 15.42% from 493); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD44C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD44C is #322BB3. Grayscale: #C2C2C2. Windows color (decimal): -3287988 or 5035213. OLE color: 5035213.

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

Color convert

RGB 205 212 76 -
CMYK 0.03 0 0.64 0.17
HSL 63.09º 0.61% 0.56% -
HSV(B) 63.09º 0.64% 0.83% -
XYZ 50.02 60.59 15.9 -
YUV 194.4 61.18 135.56 -
System Red Green Blue C M Y K H S L
Decimal 205 212 76 0.03 0 0.64 0.17 63.09 0.61 0.56
Hex CD D4 4C 3 0 40 11 3F 3D 38
Octal 315 324 114 3 0 100 21 77 75 70
Binary 11001101 11010100 1001100 11 0 1000000 10001 111111 111101 111000

Color Harmonies of #CDD44C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD44C

Black with #CDD44C

Text Example


Text Example

White with #CDD44C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD44C; }

 p { color: rgb(205,212,76); }

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

background-color css

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

 a { background-color: rgb(205,212,76); }

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

border-color css

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

 span { border-color: rgb(205,212,76); }

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