Html Css Color HEX #CDD54C Wattle

📋 copy color: '#CDD54C'

red 205 ◦ green 213 ◦ blue 76

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

Shades of Wattle #CDD54C

Tints of Wattle #CDD54C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.12%

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

R = 41.5%
G = 43.12%
B = 15.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#CDD54C (or 0xCDD54C) is known color: Wattle. HEX triplet: CD, D5 and 4C. RGB value is (205,213,76). Sum of RGB (Red+Green+Blue) = 205+213+76=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 213 (83.59% from 255 or 43.12% from 494); Blue value is 76 (30.08% from 255 or 15.38% from 494); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD54C is #322AB3. Grayscale: #C3C3C3. Windows color (decimal): -3287732 or 5035469. OLE color: 5035469.

HSL color Cylindrical-coordinate representation of color #CDD54C: hue angle of 63.5º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CDD54C is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 213 76 -
CMYK 0.04 0 0.64 0.16
HSL 63.5º 0.62% 0.57% -
HSV(B) 63.5º 0.64% 0.84% -
XYZ 50.28 61.09 15.98 -
YUV 194.99 60.85 135.14 -
System Red Green Blue C M Y K H S L
Decimal 205 213 76 0.04 0 0.64 0.16 63.5 0.62 0.57
Hex CD D5 4C 4 0 40 10 40 3E 39
Octal 315 325 114 4 0 100 20 100 76 71
Binary 11001101 11010101 1001100 100 0 1000000 10000 1000000 111110 111001

Color Harmonies of #CDD54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD54C

Black with #CDD54C

Text Example


Text Example

White with #CDD54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD54C; }

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

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

background-color css

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

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

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

border-color css

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

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

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