Html Css Color HEX #CFC04E Confetti

📋 copy color: '#CFC04E'

red 207 ◦ green 192 ◦ blue 78

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

Shades of Confetti #CFC04E

Tints of Confetti #CFC04E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.25%

 BLUE value IS 78 (30.86% from 255) = 16.35%

R = 43.4%
G = 40.25%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CFC04E (or 0xCFC04E) is known color: Confetti. HEX triplet: CF, C0 and 4E. RGB value is (207,192,78). Sum of RGB (Red+Green+Blue) = 207+192+78=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 78 (30.86% from 255 or 16.35% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC04E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC04E is #303FB1. Grayscale: #B7B7B7. Windows color (decimal): -3162034 or 5161167. OLE color: 5161167.

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

Color convert

RGB 207 192 78 -
CMYK 0 0.07 0.62 0.19
HSL 53.02º 0.57% 0.56% -
HSV(B) 53.02º 0.62% 0.81% -
XYZ 45.96 51.51 14.73 -
YUV 183.49 68.47 144.77 -
System Red Green Blue C M Y K H S L
Decimal 207 192 78 0 0.07 0.62 0.19 53.02 0.57 0.56
Hex CF C0 4E 0 7 3E 13 35 39 38
Octal 317 300 116 0 7 76 23 65 71 70
Binary 11001111 11000000 1001110 0 111 111110 10011 110101 111001 111000

Color Harmonies of #CFC04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC04E

Black with #CFC04E

Text Example


Text Example

White with #CFC04E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC04E; }

 p { color: rgb(207,192,78); }

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

background-color css

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

 a { background-color: rgb(207,192,78); }

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

border-color css

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

 span { border-color: rgb(207,192,78); }

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