Html Css Color HEX #CDC74E Confetti

📋 copy color: '#CDC74E'

red 205 ◦ green 199 ◦ blue 78

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

Shades of Confetti #CDC74E

Tints of Confetti #CDC74E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.29%

 BLUE value IS 78 (30.86% from 255) = 16.18%

R = 42.53%
G = 41.29%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CDC74E (or 0xCDC74E) is known color: Confetti. HEX triplet: CD, C7 and 4E. RGB value is (205,199,78). Sum of RGB (Red+Green+Blue) = 205+199+78=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 78 (30.86% from 255 or 16.18% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC74E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC74E is #3238B1. Grayscale: #BBBBBB. Windows color (decimal): -3291314 or 5162957. OLE color: 5162957.

HSL color Cylindrical-coordinate representation of color #CDC74E: hue angle of 57.17º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CDC74E is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 199 78 -
CMYK 0 0.03 0.62 0.20
HSL 57.17º 0.56% 0.55% -
HSV(B) 57.17º 0.62% 0.8% -
XYZ 46.98 54.38 15.23 -
YUV 187 66.49 140.84 -
System Red Green Blue C M Y K H S L
Decimal 205 199 78 0 0.03 0.62 0.20 57.17 0.56 0.55
Hex CD C7 4E 0 3 3E 14 39 38 37
Octal 315 307 116 0 3 76 24 71 70 67
Binary 11001101 11000111 1001110 0 11 111110 10100 111001 111000 110111

Color Harmonies of #CDC74E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC74E

Black with #CDC74E

Text Example


Text Example

White with #CDC74E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC74E; }

 p { color: rgb(205,199,78); }

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

background-color css

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

 a { background-color: rgb(205,199,78); }

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

border-color css

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

 span { border-color: rgb(205,199,78); }

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