Html Css Color HEX #CDD14B Wattle

📋 copy color: '#CDD14B'

red 205 ◦ green 209 ◦ blue 75

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

Shades of Wattle #CDD14B

Tints of Wattle #CDD14B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.34%

R = 41.92%
G = 42.74%
B = 15.34%

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

#CDD14B (or 0xCDD14B) is known color: Wattle. HEX triplet: CD, D1 and 4B. RGB value is (205,209,75). Sum of RGB (Red+Green+Blue) = 205+209+75=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 209 (82.03% from 255 or 42.74% from 489); Blue value is 75 (29.69% from 255 or 15.34% from 489); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD14B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD14B is #322EB4. Grayscale: #C1C1C1. Windows color (decimal): -3288757 or 4968909. OLE color: 4968909.

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

Color convert

RGB 205 209 75 -
CMYK 0.02 0 0.64 0.18
HSL 61.79º 0.59% 0.56% -
HSV(B) 61.79º 0.64% 0.82% -
XYZ 49.25 59.09 15.47 -
YUV 192.53 61.67 136.9 -
System Red Green Blue C M Y K H S L
Decimal 205 209 75 0.02 0 0.64 0.18 61.79 0.59 0.56
Hex CD D1 4B 2 0 40 12 3E 3B 38
Octal 315 321 113 2 0 100 22 76 73 70
Binary 11001101 11010001 1001011 10 0 1000000 10010 111110 111011 111000

Color Harmonies of #CDD14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD14B

Black with #CDD14B

Text Example


Text Example

White with #CDD14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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