Html Css Color HEX #CFCC55 Confetti

📋 copy color: '#CFCC55'

red 207 ◦ green 204 ◦ blue 85

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

Shades of Confetti #CFCC55

Tints of Confetti #CFCC55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.14%

R = 41.73%
G = 41.13%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CFCC55 (or 0xCFCC55) is known color: Confetti. HEX triplet: CF, CC and 55. RGB value is (207,204,85). Sum of RGB (Red+Green+Blue) = 207+204+85=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 85 (33.59% from 255 or 17.14% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCC55 is #3033AA. Grayscale: #BFBFBF. Windows color (decimal): -3158955 or 5622991. OLE color: 5622991.

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

Color convert

RGB 207 204 85 -
CMYK 0 0.01 0.59 0.19
HSL 58.52º 0.56% 0.57% -
HSV(B) 58.52º 0.59% 0.81% -
XYZ 48.96 57.11 17.04 -
YUV 191.33 67.99 139.18 -
System Red Green Blue C M Y K H S L
Decimal 207 204 85 0 0.01 0.59 0.19 58.52 0.56 0.57
Hex CF CC 55 0 1 3B 13 3B 38 39
Octal 317 314 125 0 1 73 23 73 70 71
Binary 11001111 11001100 1010101 0 1 111011 10011 111011 111000 111001

Color Harmonies of #CFCC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCC55

Black with #CFCC55

Text Example


Text Example

White with #CFCC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCC55; }

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

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

background-color css

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

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

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

border-color css

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

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

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