Html Css Color HEX #CDD14F Confetti

📋 copy color: '#CDD14F'

red 205 ◦ green 209 ◦ blue 79

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

Shades of Confetti #CDD14F

Tints of Confetti #CDD14F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.02%

R = 41.58%
G = 42.39%
B = 16.02%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#CDD14F (or 0xCDD14F) is known color: Confetti. HEX triplet: CD, D1 and 4F. RGB value is (205,209,79). Sum of RGB (Red+Green+Blue) = 205+209+79=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 209 (82.03% from 255 or 42.39% from 493); Blue value is 79 (31.25% from 255 or 16.02% from 493); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD14F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD14F is #322EB0. Grayscale: #C1C1C1. Windows color (decimal): -3288753 or 5231053. OLE color: 5231053.

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

Color convert

RGB 205 209 79 -
CMYK 0.02 0 0.62 0.18
HSL 61.85º 0.59% 0.56% -
HSV(B) 61.85º 0.62% 0.82% -
XYZ 49.39 59.14 16.21 -
YUV 192.98 63.67 136.57 -
System Red Green Blue C M Y K H S L
Decimal 205 209 79 0.02 0 0.62 0.18 61.85 0.59 0.56
Hex CD D1 4F 2 0 3E 12 3E 3B 38
Octal 315 321 117 2 0 76 22 76 73 70
Binary 11001101 11010001 1001111 10 0 111110 10010 111110 111011 111000

Color Harmonies of #CDD14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD14F

Black with #CDD14F

Text Example


Text Example

White with #CDD14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD14F; }

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

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

background-color css

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

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

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

border-color css

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

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

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