Html Css Color HEX #CECB4F Confetti

📋 copy color: '#CECB4F'

red 206 ◦ green 203 ◦ blue 79

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

Shades of Confetti #CECB4F

Tints of Confetti #CECB4F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.6%

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

R = 42.21%
G = 41.6%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CECB4F (or 0xCECB4F) is known color: Confetti. HEX triplet: CE, CB and 4F. RGB value is (206,203,79). Sum of RGB (Red+Green+Blue) = 206+203+79=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 79 (31.25% from 255 or 16.19% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECB4F is #3134B0. Grayscale: #BEBEBE. Windows color (decimal): -3224753 or 5229518. OLE color: 5229518.

HSL color Cylindrical-coordinate representation of color #CECB4F: hue angle of 58.58º 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 #CECB4F is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 203 79 -
CMYK 0 0.01 0.62 0.19
HSL 58.58º 0.56% 0.56% -
HSV(B) 58.58º 0.62% 0.81% -
XYZ 48.22 56.4 15.74 -
YUV 189.76 65.49 139.58 -
System Red Green Blue C M Y K H S L
Decimal 206 203 79 0 0.01 0.62 0.19 58.58 0.56 0.56
Hex CE CB 4F 0 1 3E 13 3B 38 38
Octal 316 313 117 0 1 76 23 73 70 70
Binary 11001110 11001011 1001111 0 1 111110 10011 111011 111000 111000

Color Harmonies of #CECB4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECB4F

Black with #CECB4F

Text Example


Text Example

White with #CECB4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECB4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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