Html Css Color HEX #CECB4D Confetti

📋 copy color: '#CECB4D'

red 206 ◦ green 203 ◦ blue 77

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

Shades of Confetti #CECB4D

Tints of Confetti #CECB4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.84%

R = 42.39%
G = 41.77%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CECB4D (or 0xCECB4D) is known color: Confetti. HEX triplet: CE, CB and 4D. RGB value is (206,203,77). Sum of RGB (Red+Green+Blue) = 206+203+77=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 77 (30.47% from 255 or 15.84% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECB4D is #3134B2. Grayscale: #BEBEBE. Windows color (decimal): -3224755 or 5098446. OLE color: 5098446.

HSL color Cylindrical-coordinate representation of color #CECB4D: hue angle of 58.6º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CECB4D is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 203 77 -
CMYK 0 0.01 0.63 0.19
HSL 58.6º 0.57% 0.55% -
HSV(B) 58.6º 0.63% 0.81% -
XYZ 48.15 56.37 15.36 -
YUV 189.53 64.49 139.75 -
System Red Green Blue C M Y K H S L
Decimal 206 203 77 0 0.01 0.63 0.19 58.6 0.57 0.55
Hex CE CB 4D 0 1 3F 13 3B 39 37
Octal 316 313 115 0 1 77 23 73 71 67
Binary 11001110 11001011 1001101 0 1 111111 10011 111011 111001 110111

Color Harmonies of #CECB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECB4D

Black with #CECB4D

Text Example


Text Example

White with #CECB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECB4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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