Html Css Color HEX #CEC84F Confetti

📋 copy color: '#CEC84F'

red 206 ◦ green 200 ◦ blue 79

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

Shades of Confetti #CEC84F

Tints of Confetti #CEC84F

RGB

 RED value IS 206 (80.86% from 255) = 42.47%

 GREEN value IS 200 (78.52% from 255) = 41.24%

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

R = 42.47%
G = 41.24%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CEC84F (or 0xCEC84F) is known color: Confetti. HEX triplet: CE, C8 and 4F. RGB value is (206,200,79). Sum of RGB (Red+Green+Blue) = 206+200+79=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 79 (31.25% from 255 or 16.29% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC84F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC84F is #3137B0. Grayscale: #BCBCBC. Windows color (decimal): -3225521 or 5228750. OLE color: 5228750.

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

Color convert

RGB 206 200 79 -
CMYK 0 0.03 0.62 0.19
HSL 57.17º 0.56% 0.56% -
HSV(B) 57.17º 0.62% 0.81% -
XYZ 47.52 54.99 15.51 -
YUV 188 66.49 140.84 -
System Red Green Blue C M Y K H S L
Decimal 206 200 79 0 0.03 0.62 0.19 57.17 0.56 0.56
Hex CE C8 4F 0 3 3E 13 39 38 38
Octal 316 310 117 0 3 76 23 71 70 70
Binary 11001110 11001000 1001111 0 11 111110 10011 111001 111000 111000

Color Harmonies of #CEC84F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC84F

Black with #CEC84F

Text Example


Text Example

White with #CEC84F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC84F; }

 p { color: rgb(206,200,79); }

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

background-color css

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

 a { background-color: rgb(206,200,79); }

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

border-color css

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

 span { border-color: rgb(206,200,79); }

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