Html Css Color HEX #CDD14A Wattle

📋 copy color: '#CDD14A'

red 205 ◦ green 209 ◦ blue 74

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

Shades of Wattle #CDD14A

Tints of Wattle #CDD14A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.83%

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

R = 42.01%
G = 42.83%
B = 15.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#CDD14A (or 0xCDD14A) is known color: Wattle. HEX triplet: CD, D1 and 4A. RGB value is (205,209,74). Sum of RGB (Red+Green+Blue) = 205+209+74=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 209 (82.03% from 255 or 42.83% from 488); Blue value is 74 (29.30% from 255 or 15.16% from 488); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD14A is #322EB5. Grayscale: #C0C0C0. Windows color (decimal): -3288758 or 4903373. OLE color: 4903373.

HSL color Cylindrical-coordinate representation of color #CDD14A: hue angle of 61.78º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CDD14A is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 209 74 -
CMYK 0.02 0 0.65 0.18
HSL 61.78º 0.59% 0.55% -
HSV(B) 61.78º 0.65% 0.82% -
XYZ 49.21 59.07 15.29 -
YUV 192.41 61.17 136.98 -
System Red Green Blue C M Y K H S L
Decimal 205 209 74 0.02 0 0.65 0.18 61.78 0.59 0.55
Hex CD D1 4A 2 0 41 12 3E 3B 37
Octal 315 321 112 2 0 101 22 76 73 67
Binary 11001101 11010001 1001010 10 0 1000001 10010 111110 111011 110111

Color Harmonies of #CDD14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD14A

Black with #CDD14A

Text Example


Text Example

White with #CDD14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD14A; }

 p { color: rgb(205,209,74); }

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

background-color css

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

 a { background-color: rgb(205,209,74); }

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

border-color css

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

 span { border-color: rgb(205,209,74); }

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