Html Css Color HEX #CDD14C Wattle

📋 copy color: '#CDD14C'

red 205 ◦ green 209 ◦ blue 76

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

Shades of Wattle #CDD14C

Tints of Wattle #CDD14C

RGB

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

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

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

R = 41.84%
G = 42.65%
B = 15.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#CDD14C (or 0xCDD14C) is known color: Wattle. HEX triplet: CD, D1 and 4C. RGB value is (205,209,76). Sum of RGB (Red+Green+Blue) = 205+209+76=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 209 (82.03% from 255 or 42.65% from 490); Blue value is 76 (30.08% from 255 or 15.51% from 490); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD14C is #322EB3. Grayscale: #C1C1C1. Windows color (decimal): -3288756 or 5034445. OLE color: 5034445.

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

Color convert

RGB 205 209 76 -
CMYK 0.02 0 0.64 0.18
HSL 61.8º 0.59% 0.56% -
HSV(B) 61.8º 0.64% 0.82% -
XYZ 49.28 59.1 15.65 -
YUV 192.64 62.17 136.81 -
System Red Green Blue C M Y K H S L
Decimal 205 209 76 0.02 0 0.64 0.18 61.8 0.59 0.56
Hex CD D1 4C 2 0 40 12 3E 3B 38
Octal 315 321 114 2 0 100 22 76 73 70
Binary 11001101 11010001 1001100 10 0 1000000 10010 111110 111011 111000

Color Harmonies of #CDD14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD14C

Black with #CDD14C

Text Example


Text Example

White with #CDD14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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