Html Css Color HEX #CFCC56 Confetti

📋 copy color: '#CFCC56'

red 207 ◦ green 204 ◦ blue 86

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

Shades of Confetti #CFCC56

Tints of Confetti #CFCC56

RGB

 RED value IS 207 (81.25% from 255) = 41.65%

 GREEN value IS 204 (80.08% from 255) = 41.05%

 BLUE value IS 86 (33.98% from 255) = 17.3%

R = 41.65%
G = 41.05%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CFCC56 (or 0xCFCC56) is known color: Confetti. HEX triplet: CF, CC and 56. RGB value is (207,204,86). Sum of RGB (Red+Green+Blue) = 207+204+86=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 86 (33.98% from 255 or 17.30% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCC56 is #3033A9. Grayscale: #BFBFBF. Windows color (decimal): -3158954 or 5688527. OLE color: 5688527.

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

Color convert

RGB 207 204 86 -
CMYK 0 0.01 0.58 0.19
HSL 58.51º 0.56% 0.57% -
HSV(B) 58.51º 0.58% 0.81% -
XYZ 49 57.12 17.25 -
YUV 191.45 68.49 139.09 -
System Red Green Blue C M Y K H S L
Decimal 207 204 86 0 0.01 0.58 0.19 58.51 0.56 0.57
Hex CF CC 56 0 1 3A 13 3B 38 39
Octal 317 314 126 0 1 72 23 73 70 71
Binary 11001111 11001100 1010110 0 1 111010 10011 111011 111000 111001

Color Harmonies of #CFCC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCC56

Black with #CFCC56

Text Example


Text Example

White with #CFCC56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCC56; }

 p { color: rgb(207,204,86); }

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

background-color css

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

 a { background-color: rgb(207,204,86); }

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

border-color css

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

 span { border-color: rgb(207,204,86); }

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