Html Css Color HEX #CFCC54 Confetti

📋 copy color: '#CFCC54'

red 207 ◦ green 204 ◦ blue 84

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

Shades of Confetti #CFCC54

Tints of Confetti #CFCC54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.97%

R = 41.82%
G = 41.21%
B = 16.97%

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

#CFCC54 (or 0xCFCC54) is known color: Confetti. HEX triplet: CF, CC and 54. RGB value is (207,204,84). Sum of RGB (Red+Green+Blue) = 207+204+84=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 84 (33.20% from 255 or 16.97% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCC54 is #3033AB. Grayscale: #BFBFBF. Windows color (decimal): -3158956 or 5557455. OLE color: 5557455.

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

Color convert

RGB 207 204 84 -
CMYK 0 0.01 0.59 0.19
HSL 58.54º 0.56% 0.57% -
HSV(B) 58.54º 0.59% 0.81% -
XYZ 48.93 57.09 16.83 -
YUV 191.22 67.49 139.26 -
System Red Green Blue C M Y K H S L
Decimal 207 204 84 0 0.01 0.59 0.19 58.54 0.56 0.57
Hex CF CC 54 0 1 3B 13 3B 38 39
Octal 317 314 124 0 1 73 23 73 70 71
Binary 11001111 11001100 1010100 0 1 111011 10011 111011 111000 111001

Color Harmonies of #CFCC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCC54

Black with #CFCC54

Text Example


Text Example

White with #CFCC54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCC54; }

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

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

background-color css

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

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

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

border-color css

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

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

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